Skip to content

Commit 83e62a4

Browse files
committed
Fix Jest config
1 parent d005b12 commit 83e62a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
"<rootDir>/vscode-client/out"
5353
],
5454
"transform": {
55-
"\\.ts$": "ts-jest"
56-
},
57-
"globals": {
58-
"ts-jest": {
59-
"tsconfig": "./server/tsconfig.json"
60-
}
55+
"\\.ts$": [
56+
"ts-jest",
57+
{
58+
"tsconfig": "./server/tsconfig.json"
59+
}
60+
]
6161
},
6262
"testMatch": [
6363
"<rootDir>/**/__tests__/*.ts"

0 commit comments

Comments
 (0)