Skip to content

Fix Bun test path in CI - #1

Merged
aezell merged 1 commit into
mainfrom
fix/bun-test-path
Aug 26, 2026
Merged

Fix Bun test path in CI#1
aezell merged 1 commit into
mainfrom
fix/bun-test-path

Conversation

@aezell

@aezell aezell commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

Bun 1.4 treats test/plugin.bun.js as a test-name filter and rejects it because the filename does not use its standard test suffix. Pass the file as an explicit relative path so Bun runs it.

Validated with:

  • npm run check
  • Bun 1.4.0: bun test ./test/plugin.bun.js

@aezell
aezell merged commit 2d721aa into main Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant