Skip to content

Commit 8f1786c

Browse files
committed
test: Fix tests on Linux. Double Quotes
1 parent ebc6ce5 commit 8f1786c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"package": "vsce package",
3232
"publish": "vsce publish",
3333
"test": "npm run test:JSON && npm run test:JSONC",
34-
"test:JSON": "textmate-grammar-snap ./syntaxes/tests/JSON/*.* --scope source.json.embedded --grammar ./syntaxes/tests/grammars/*.tmLanguage.json",
35-
"test:JSONC": "textmate-grammar-snap ./syntaxes/tests/JSONC/*.* --scope source.json.comments.embedded --grammar ./syntaxes/tests/grammars/*.tmLanguage.json",
34+
"test:JSON": "textmate-grammar-snap ./syntaxes/tests/JSON/*.* --scope source.json.embedded --grammar \"./syntaxes/tests/grammars/*.tmLanguage.json\"",
35+
"test:JSONC": "textmate-grammar-snap ./syntaxes/tests/JSONC/*.* --scope source.json.comments.embedded --grammar \"./syntaxes/tests/grammars/*.tmLanguage.json\"",
3636
"test:update": "npm run test:JSON -- --updateSnapshot && npm run test:JSONC -- --updateSnapshot"
3737
},
3838
"contributes": {

0 commit comments

Comments
 (0)