mirror of https://github.com/laurent22/joplin.git
Tools: Fixed tests
parent
4a7746beb2
commit
d5eb21d318
|
@ -1,3 +1,8 @@
|
|||
const { shimInit } = require('@joplin/lib/shim-init-node.js');
|
||||
const nodeSqlite = require('sqlite3');
|
||||
|
||||
shimInit({ nodeSqlite });
|
||||
|
||||
// We don't want the tests to fail due to timeout, especially on CI, and certain
|
||||
// tests can take more time since we do integration testing too.
|
||||
jest.setTimeout(30 * 1000);
|
||||
|
|
Loading…
Reference in New Issue