We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a105ca commit fd6f39dCopy full SHA for fd6f39d
jest.config.js
@@ -1,5 +1,5 @@
1
/** @type {import('jest').Config} */
2
-export default {
+module.exports = {
3
preset: "ts-jest",
4
testEnvironment: "node",
5
testMatch: ["**/__tests__/**/*.ts", "**/?(*.)+(spec|test).ts"],
0 commit comments