Skip to content

Commit 6ac571c

Browse files
committed
fix test path in jest config
1 parent 474d69e commit 6ac571c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
testEnvironment: "node",
33
testMatch: [
4-
"**/test/**/*-spec.ts"
4+
"**/test/**/*.spec.ts"
55
],
66
transform: {
77
"^.+.ts$": ["ts-jest", {}],

0 commit comments

Comments
 (0)