7 lines
No EOL
121 B
JavaScript
7 lines
No EOL
121 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
roots: [ '<rootDir>/test' ],
|
|
testMatch: [ '**/*.test.js' ],
|
|
testTimeout: 10000
|
|
}; |