Add jest debug current file and adjust Jest timeout
This commit is contained in:
@@ -3,4 +3,5 @@ module.exports = {
|
||||
testEnvironment: 'node',
|
||||
globalSetup: '<rootDir>/src/tests/globalSetup.js',
|
||||
globalTeardown: '<rootDir>/src/tests/globalTeardown.js',
|
||||
testTimeout: 15000,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user