1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-17 23:27:48 +02:00

Tools: Replace Jasmine with Jest to run tests

This commit is contained in:
Laurent Cozic
2020-11-10 15:59:30 +00:00
parent c249333e2a
commit 06f2fda946
37 changed files with 4275 additions and 334 deletions

View File

@@ -11,7 +11,7 @@ const ArrayUtils = require('@joplin/lib/ArrayUtils.js');
const shim = require('@joplin/lib/shim').default;
process.on('unhandledRejection', (reason, p) => {
console.log('Unhandled Rejection at: Promise', p, 'reason:', reason);
console.log('Unhandled Rejection at models_Note_CustomSortOrder: Promise', p, 'reason:', reason);
});
async function allItems() {