mirror of
https://github.com/sasjs/server.git
synced 2026-01-10 07:50:05 +00:00
test: improved tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
preset: 'ts-jest/presets/js-with-ts',
|
||||
testEnvironment: 'node',
|
||||
coverageThreshold: {
|
||||
global: {
|
||||
@@ -9,5 +9,6 @@ module.exports = {
|
||||
statements: -10
|
||||
}
|
||||
},
|
||||
collectCoverageFrom: ['src/**/{!(index),}.ts']
|
||||
collectCoverageFrom: ['src/**/{!(index),}.ts'],
|
||||
testPathIgnorePatterns: ['/node_modules/', '<rootDir>/build/']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user