diff --git a/nodejs/theengs-decoder/package.json b/nodejs/theengs-decoder/package.json index a91732b3..044dd0db 100644 --- a/nodejs/theengs-decoder/package.json +++ b/nodejs/theengs-decoder/package.json @@ -28,7 +28,7 @@ ], "scripts": { "build": "node scripts/build.js", - "test": "node --test test/" + "test": "node --test test/*.test.js" }, "engines": { "node": ">=18"