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 12daa79 commit d3fdaa5Copy full SHA for d3fdaa5
jest.config.cjs
@@ -1,5 +1,5 @@
1
/** @type {import('jest').Config} */
2
-module.exports= {
+module.exports = {
3
preset: "ts-jest",
4
testEnvironment: "node",
5
testMatch: ["**/__tests__/**/*.test.ts"],
0 commit comments