Skip to content

Commit

Permalink
test pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
bencmbrook committed Dec 15, 2023
1 parent a29a9a1 commit b154274
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 @@ -12,7 +12,7 @@
],
"scripts": {
"build": "del dist && tsc",
"test": "tsx test/mux-web-streams.test.ts",
"test": "tsx --test test/**.test.ts",
"test-only": "node --loader tsx --test-only test/mux-web-streams.test.ts",
"lint:prettier": "prettier . --check",
"prepublishOnly": "npm run build && npm run test && npm run lint:prettier"
Expand Down

0 comments on commit b154274

Please sign in to comment.