From b15427486f52bc36ec2f6f0508a0e54b80398cf7 Mon Sep 17 00:00:00 2001 From: bencmbrook Date: Thu, 14 Dec 2023 16:45:16 -0800 Subject: [PATCH] test pattern --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"