1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Chore: Disable Jest console wrapper in tests

This commit is contained in:
Laurent Cozic
2023-12-15 18:34:21 +00:00
parent d2fe33183b
commit e47ac1de6a
7 changed files with 23 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
const { shimInit } = require('@joplin/lib/shim-init-node.js');
const nodeSqlite = require('sqlite3');
require('../../jest.base-setup.js')();
shimInit({ nodeSqlite });