first commit
This commit is contained in:
13
jest.config.js
Normal file
13
jest.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
testEnvironment: 'node',
|
||||
verbose: true,
|
||||
collectCoverage: true,
|
||||
coverageDirectory: 'coverage',
|
||||
coveragePathIgnorePatterns: [
|
||||
'/node_modules/',
|
||||
'/tests/mocks/'
|
||||
],
|
||||
testMatch: [
|
||||
'<rootDir>/tests/**/*.test.js'
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user