add test and docs config
This commit is contained in:
13
Express/barAndCafe/jest.config.js
Normal file
13
Express/barAndCafe/jest.config.js
Normal file
@ -0,0 +1,13 @@
|
||||
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
collectCoverage: true,
|
||||
coverageDirectory: 'coverage',
|
||||
collectCoverageFrom: [
|
||||
'**/*.ts',
|
||||
'!/nodemodules/',
|
||||
'!/jest.config.js/',
|
||||
'!/coverage/',
|
||||
],
|
||||
};
|
Reference in New Issue
Block a user