Skip to content

Commit 763d387

Browse files
test: fix jest configs in settings.json for VSCode
1 parent e15702a commit 763d387

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.vscode/settings.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"jest.rootPath": "/workspaces/javascript-sdk/packages/optimizely-sdk",
2+
"jest.rootPath": "/workspaces/javascript-sdk",
33
"jest.jestCommandLine": "./node_modules/.bin/jest",
4-
"jest.autoRevealOutput": "on-exec-error",
5-
"editor.tabSize": 2
4+
"jest.outputConfig": "test-results-based",
5+
"editor.tabSize": 2,
6+
"jest.runMode": "deferred"
67
}

0 commit comments

Comments
 (0)