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.
grammar-test
1 parent 849dc69 commit 62bfd9bCopy full SHA for 62bfd9b
package.json
@@ -1682,7 +1682,8 @@
1682
"pretest": "npm run compile-tests",
1683
"soundness": "scripts/soundness.sh",
1684
"check-package-json": "tsx ./scripts/check_package_json.ts",
1685
- "test": "vscode-test",
+ "test": "vscode-test && npm run grammar-test",
1686
+ "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",
1687
"integration-test": "npm test -- --label integrationTests",
1688
"unit-test": "npm test -- --label unitTests",
1689
"coverage": "npm test -- --coverage",
0 commit comments