Removing the test placeholders

This commit is contained in:
svartalf
2020-01-26 15:02:04 +03:00
parent 1b5b840c59
commit 35fc20ed69
3 changed files with 3 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
"\\.(ts|js)x?$": "ts-jest"
},
verbose: true
}