6 lines
102 B
JavaScript
6 lines
102 B
JavaScript
|
|
module.exports = {
|
||
|
|
testEnvironment: 'node',
|
||
|
|
testMatch: ['**/*.test.js'],
|
||
|
|
testTimeout: 10000,
|
||
|
|
};
|