github CI test

This commit is contained in:
tiagosiebler
2022-09-09 12:40:31 +01:00
parent 0500ee2d99
commit ec13879848
2 changed files with 39 additions and 3 deletions

View File

@@ -6,10 +6,10 @@ module.exports = {
__PROD__: false
},
testEnvironment: 'node',
preset: "ts-jest",
preset: 'ts-jest',
verbose: true, // report individual test
bail: false, // enable to stop test when an error occur,
detectOpenHandles: false,
detectOpenHandles: true,
moduleDirectories: ['node_modules', 'src', 'test'],
testMatch: ['**/test/**/*.test.ts?(x)'],
testPathIgnorePatterns: ['node_modules/', 'dist/', '.json'],
@@ -25,4 +25,4 @@ module.exports = {
statements: -10
}
}
};
};