Skip to content

Commit cd8a160

Browse files
Disable integration tests
1 parent 7d5990c commit cd8a160

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
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",

0 commit comments

Comments
 (0)