Skip to content

Commit 863dde4

Browse files
committed
Fix tests on Windows
1 parent ba09dc7 commit 863dde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"xo": "^0.24.0"
4141
},
4242
"scripts": {
43-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
43+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
4444
"test-api": "node test",
4545
"test-coverage": "nyc --reporter lcov tape test/index.js",
4646
"test": "npm run format && npm run test-coverage"

0 commit comments

Comments
 (0)