Skip to content

Commit 6b0b250

Browse files
committed
fix: use double quotes in test glob for Windows compatibility
Made-with: Cursor
1 parent ef152a9 commit 6b0b250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "AMF model generator for API components",
55
"main": "index.js",
66
"scripts": {
7-
"test": "mocha 'test/*.test.js' --reporter spec"
7+
"test": "mocha \"test/*.test.js\" --reporter spec"
88
},
99
"license": "Apache-2.0",
1010
"author": {

0 commit comments

Comments
 (0)