Use 10s timeout on Jest tests
This commit is contained in:
@ -6,5 +6,6 @@ module.exports = {
|
||||
'getStats\\.js': '<rootDir>/modules/__mocks__/getStatsMock.js'
|
||||
},
|
||||
testMatch: ['**/__tests__/*-test.js'],
|
||||
testURL: 'http://localhost/'
|
||||
testURL: 'http://localhost/',
|
||||
setupTestFrameworkScriptFile: './jest.setup.js'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user