Skip to content

Commit fd6f39d

Browse files
Use CommonJS syntax in Jest config (#96) (#100)
1 parent 3a105ca commit fd6f39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @type {import('jest').Config} */
2-
export default {
2+
module.exports = {
33
preset: "ts-jest",
44
testEnvironment: "node",
55
testMatch: ["**/__tests__/**/*.ts", "**/?(*.)+(spec|test).ts"],

0 commit comments

Comments
 (0)