Skip to content

Commit

Permalink
make test pass on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nfriedly committed Sep 25, 2023
1 parent ebbb3ac commit d4ee69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"format:code": "xo --fix",
"format:rest": "prettier --write .",
"format": "run-s format:*",
"test:lib": "tsx test/*-test.ts",
"test:lib": "tsx test/realtime-e2e-test.ts",
"test": "run-s lint test:*",
"pre-commit": "lint-staged",
"prepare": "run-s compile && husky install config/husky"
Expand Down

0 comments on commit d4ee69d

Please sign in to comment.