Initial commit: Inventory Barcode System
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',
|
||||
collectCoverageFrom: [
|
||||
'models/**/*.js',
|
||||
'services/**/*.js',
|
||||
'routes/**/*.js',
|
||||
'!**/node_modules/**'
|
||||
],
|
||||
testMatch: [
|
||||
'**/__tests__/**/*.js',
|
||||
'**/?(*.)+(spec|test).js'
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user