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 9de6fe0 commit 9dd50e6Copy full SHA for 9dd50e6
package.json
@@ -2049,7 +2049,7 @@
2049
"pretest": "npm run compile-tests",
2050
"soundness": "scripts/soundness.sh",
2051
"check-package-json": "tsx ./scripts/check_package_json.ts",
2052
- "test": "vscode-test && npm run grammar-test",
+ "test": "vscode-test --label integrationTests && vscode-test --label unitTests",
2053
"grammar-test": "vscode-tmgrammar-test test/unit-tests/**/*.test.swift.gyb -g test/unit-tests/syntaxes/swift.tmLanguage.json -g test/unit-tests/syntaxes/MagicPython.tmLanguage.json",
2054
"integration-test": "npm run pretest && vscode-test --label integrationTests",
2055
"unit-test": "npm run pretest && vscode-test --label unitTests",
0 commit comments