Skip to content

feat: add deno and bun test adapters - #27

Closed
daichunghy wants to merge 1 commit into
mainfrom
feat/deno-bun-adapters
Closed

feat: add deno and bun test adapters#27
daichunghy wants to merge 1 commit into
mainfrom
feat/deno-bun-adapters

Conversation

@daichunghy

Copy link
Copy Markdown
Owner

Summary

Closes #14
Closes #15

Adds exact-argv bundled adapters for Bun and Deno projects:

  • bun test for bun.lockb, bun.lock, or a package manifest declaring Bun
  • deno test for deno.json or deno.jsonc

The adapters reject extra arguments and shell syntax, and execute only after explicit --run-tests
opt-in. Fixtures cover positive markers, false positives and execution boundaries.

Verification

  • npm run verify
  • 41 tests across 9 files
  • typecheck/build pass
  • git diff --check passes

Boundary

Bun and Deno runtimes were not installed locally, so execution is verified through the injected
executor and exact argv boundary. No external adapter adoption or npm publication is claimed.

@daichunghy

Copy link
Copy Markdown
Owner Author

Superseded by #29, which integrates the Bun/Deno and Elixir/Maven adapter waves into one 7-adapter branch and resolves the cross-PR test-order conflict.

@daichunghy daichunghy closed this Aug 23, 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.

adapter: deno-test adapter: bun-test

1 participant