Skip to content

Commit d4c7379

Browse files
committed
Exclude dir that doesn't contain tests
1 parent d3009bd commit d4c7379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/knip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"test": "bun test test/*.test.ts test/**/*.test.ts",
4444
"test:watch": "bun test test/*.test.ts test/**/*.test.ts --reporter=junit --reporter-outfile=junit.xml || bun test --watch $(grep -o 'name=\"[^\"]*\".*failures=\"[^0]' junit.xml | grep -v 'name=\"bun test\"' | grep -o 'name=\"[^\"]*\"' | cut -d'\"' -f2)",
4545
"test:node": "glob -c \"npx -y tsx --test --import ./transform-test.js\" \"test/**/*.test.ts\"",
46-
"test:smoke": "bun test test/*.test.ts test/{helpers,plugins,util}/*.test.ts",
46+
"test:smoke": "bun test test/*.test.ts test/{plugins,util}/*.test.ts",
4747
"watch": "npm link && tsc --watch",
4848
"prebuild": "npm run generate-plugin-defs && node rmdir.js dist",
4949
"build": "tsc",

0 commit comments

Comments
 (0)