Skip to content

Environment ‐ Bun

Eugene Lazutkin edited this page Mar 20, 2025 · 3 revisions

Individual tests

tape-six tests are directly executable with bun.

Example (use one of):

bun tests/manual/test-three-tests.js
bun run tests/manual/test-three-tests.js

Running utilities

Running tape6 (use one of):

tape6-bun
bun run `npx tape6 --self`
bun run `npx tape6-runner bun`

Running tape6-server:

bun run `npx tape6-server --self` --trace
bun run `npx tape6-runner server` --trace

Clone this wiki locally