1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Tools: Jest slow threshold

This commit is contained in:
Laurent Cozic 2021-07-11 16:30:50 +01:00
parent 62b619865a
commit f761bad6bb

View File

@ -10,7 +10,7 @@ module.exports = {
testEnvironment: 'node',
slowTestThreshold: 30,
slowTestThreshold: 40,
setupFilesAfterEnv: [`${__dirname}/jest.setup.js`],
};