Skip to content

Commit 272aed7

Browse files
authored
Merge pull request #1836 from github/koesie10/fix-view-jest-config
Fix Jest config for view tests
2 parents 795a0bc + a19a329 commit 272aed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/view/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const config: Config = {
171171
"^.+\\.tsx?$": [
172172
"ts-jest",
173173
{
174-
tsconfig: "src/view/tsconfig.spec.json",
174+
tsconfig: "<rootDir>/tsconfig.spec.json",
175175
},
176176
],
177177
node_modules: [

0 commit comments

Comments
 (0)