File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 20362036 "watch" : " gulp watch" ,
20372037 "test" : " npm-run-all test:*" ,
20382038 "test:unit" : " cross-env TZ=UTC LANG=en-US NODE_OPTIONS=--no-experimental-strip-types jest --projects test/unit-tests" ,
2039- "test:view" : " cross-env NODE_OPTIONS=--no-experimental-strip-types jest --projects src/view" ,
2039+ "test:view" : " cross-env NODE_ENV=test NODE_OPTIONS=--no-experimental-strip-types jest --projects src/view" ,
20402040 "test:vscode-integration" : " npm-run-all test:vscode-integration:*" ,
20412041 "test:vscode-integration:activated-extension" : " cross-env NODE_OPTIONS=--no-experimental-strip-types jest --projects test/vscode-tests/activated-extension" ,
20422042 "test:vscode-integration:no-workspace" : " cross-env NODE_OPTIONS=--no-experimental-strip-types jest --projects test/vscode-tests/no-workspace" ,
You can’t perform that action at this time.
0 commit comments