Setup for L0 Testcases (#8)
* Setup for L0 Testcases * Issue Fix * Issue Fix * Review fix * Review fix * Review fix * Review fix * Review fix * Review fix * Review fix * Review fix * Review fix * Review fix * Install dependencies in all runs * To get review on the approach of installing only dev-dep in case of releases * Removed npm build, using just install
This commit is contained in:
18
jest.config.js
Normal file
18
jest.config.js
Normal file
@ -0,0 +1,18 @@
|
||||
module.exports = {
|
||||
clearMocks: true,
|
||||
moduleFileExtensions: ['js', 'ts'],
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/*.test.ts'],
|
||||
transform: {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
},
|
||||
verbose: true,
|
||||
coverageThreshold: {
|
||||
"global": {
|
||||
"branches": 0,
|
||||
"functions": 40,
|
||||
"lines": 22,
|
||||
"statements": 22
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user