1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Tools: Cleaned up tests and splitted sync tests into smaller parts

This commit is contained in:
Laurent Cozic
2020-12-01 18:05:24 +00:00
parent fa50a8f5da
commit 717b8da1f8
68 changed files with 2322 additions and 2278 deletions

View File

@ -12,10 +12,6 @@ const Setting = require('@joplin/lib/models/Setting').default;
const { sprintf } = require('sprintf-js');
const exec = require('child_process').exec;
process.on('unhandledRejection', (reason, p) => {
console.error('Unhandled promise rejection', p, 'reason:', reason);
});
const baseDir = `${dirname(__dirname)}/tests/cli-integration`;
const joplinAppPath = `${__dirname}/main.js`;