File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2929 "vscode:prepublish" : " tsc -p ./" ,
3030 "compile" : " tsc -p ./ && gulp tslint" ,
3131 "watch" : " tsc -watch -p ./" ,
32- "test" : " npm-run-all test:unit test:integration" ,
33- "test:unit" : " cross-env CODE_TESTS_PATH=./out/test/unitTests npm run test:runInVsCode" ,
32+ "test" : " npm-run-all test:unit" ,
33+ "old-test" : " npm-run-all test:unit test:integration" ,
34+ "test:unit" : " cross-env CODE_VERSION=1.17.2 CODE_TESTS_PATH=./out/test/unitTests npm run test:runInVsCode" ,
3435 "test:integration" : " npm-run-all test:integration:*" ,
3536 "test:integration:singleCsproj" : " cross-env OSVC_SUITE=singleCsproj npm run test:runSuiteInVsCode" ,
3637 "test:integration:slnWithCsproj" : " cross-env OSVC_SUITE=slnWithCsproj npm run test:runSuiteInVsCode" ,
You can’t perform that action at this time.
0 commit comments