We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5804c91 commit bd4abb7Copy full SHA for bd4abb7
configs/jest.config.js
@@ -0,0 +1,11 @@
1
+module.exports = {
2
+ coverageDirectory: "./coverage/",
3
+ collectCoverage: true,
4
+ transform: {
5
+ ".(ts|js)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
6
+ },
7
+ testEnvironment: "node",
8
+ bail: true,
9
+ moduleFileExtensions: ["ts", "js"],
10
+ testMatch: ["<rootDir>/src/**/*.(test|spec).(ts|js)"]
11
+};
0 commit comments