Skip to content

Commit

Permalink
test: make test script work on Windows (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
boemekeld committed May 11, 2022
1 parent d7e3ab7 commit ed1d6f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -62,8 +62,8 @@
"test:compat-v3": "EIO_CLIENT=3 mocha --exit",
"test:eiows": "EIO_WS_ENGINE=eiows mocha --exit",
"test:uws": "EIO_WS_ENGINE=uws mocha --exit",
"format:check": "prettier --check 'lib/**/*.ts' 'test/**/*.js'",
"format:fix": "prettier --write 'lib/**/*.ts' 'test/**/*.js'",
"format:check": "prettier --check \"lib/**/*.ts\" \"test/**/*.js\"",
"format:fix": "prettier --write \"lib/**/*.ts' 'test/**/*.js\"",
"prepack": "npm run compile"
},
"repository": {
Expand Down

0 comments on commit ed1d6f9

Please sign in to comment.