1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Server: Improved storage command

This commit is contained in:
Laurent Cozic
2021-12-02 11:27:22 +00:00
parent 75c67b7d78
commit 122afd6d46
4 changed files with 57 additions and 7 deletions

View File

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