7 lines
148 B
JavaScript
7 lines
148 B
JavaScript
|
|
module.exports = {
|
||
|
|
testEnvironment: 'node',
|
||
|
|
testMatch: ['<rootDir>/tests/integration/**/*.test.js'],
|
||
|
|
testTimeout: 120000,
|
||
|
|
verbose: true,
|
||
|
|
};
|