the beginning of the idiots
This commit is contained in:
16
qwen/nodejs/jest.config.js
Normal file
16
qwen/nodejs/jest.config.js
Normal file
@@ -0,0 +1,16 @@
|
||||
module.exports = {
|
||||
testEnvironment: 'node',
|
||||
collectCoverageFrom: [
|
||||
'**/*.{js,jsx,ts,tsx}',
|
||||
'!**/node_modules/**',
|
||||
'!**/coverage/**',
|
||||
'!**/dist/**',
|
||||
'!**/build/**',
|
||||
],
|
||||
testMatch: [
|
||||
'<rootDir>/tests/**/*.test.{js,jsx,ts,tsx}',
|
||||
'<rootDir>/**/?(*.)+(spec|test).{js,jsx,ts,tsx}',
|
||||
],
|
||||
setupFilesAfterEnv: ['<rootDir>/tests/setup.js'],
|
||||
testTimeout: 30000,
|
||||
};
|
||||
Reference in New Issue
Block a user