diff --git a/package.json b/package.json index 98e0312..b741ff2 100644 --- a/package.json +++ b/package.json @@ -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"