We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15702a commit 763d387Copy full SHA for 763d387
.vscode/settings.json
@@ -1,6 +1,7 @@
1
{
2
- "jest.rootPath": "/workspaces/javascript-sdk/packages/optimizely-sdk",
+ "jest.rootPath": "/workspaces/javascript-sdk",
3
"jest.jestCommandLine": "./node_modules/.bin/jest",
4
- "jest.autoRevealOutput": "on-exec-error",
5
- "editor.tabSize": 2
+ "jest.outputConfig": "test-results-based",
+ "editor.tabSize": 2,
6
+ "jest.runMode": "deferred"
7
}
0 commit comments