Initial project import
This commit is contained in:
13
node_modules/tunnel-rat/jest.config.js
generated
vendored
Normal file
13
node_modules/tunnel-rat/jest.config.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
verbose: true,
|
||||
preset: 'ts-jest',
|
||||
testMatch: ['**/?(*.)+(spec|test).+(ts|tsx)'],
|
||||
testPathIgnorePatterns: ['node_modules'],
|
||||
testEnvironment: 'jsdom',
|
||||
moduleFileExtensions: ['js', 'ts', 'tsx'],
|
||||
globals: {
|
||||
'ts-jest': {
|
||||
isolatedModules: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user