Skip to content

Commit fd74c5b

Browse files
rhamzehCopilot
andauthored
chore: fix typo in jest config
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 83bca5b commit fd74c5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
rootDir: "../",
44
testEnvironment: "node",
55
transform: {
6-
"^.+\\.ts?$": ["ts-jest", { tsconfig: "tests/tsconfig.spec.json" }],
6+
"^.+\\.ts$": ["ts-jest", { tsconfig: "tests/tsconfig.spec.json" }],
77
},
88
moduleFileExtensions: ["js", "d.ts", "ts", "json"],
99
setupFilesAfterEnv: ["./tests/setup.ts"],

0 commit comments

Comments
 (0)