Skip to content

Commit 95aa92f

Browse files
ochafikclaude
andcommitted
Exclude e2e tests from bun test
Run bun test only on src/ directory to avoid running Playwright tests with Bun's test runner. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent f62e4f4 commit 95aa92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"build": "bun build.bun.ts",
3535
"prepack": "npm run build",
3636
"build:all": "npm run build && npm run examples:build",
37-
"test": "bun test",
37+
"test": "bun test src",
3838
"test:e2e": "playwright test",
3939
"test:e2e:update": "playwright test --update-snapshots",
4040
"test:e2e:ui": "playwright test --ui",

0 commit comments

Comments
 (0)