@tsmodule/test
v1.2.5
Published
A tool for testing Bun projects.
Readme
Bun Test
A tool for testing Bun projects.
Install
To install globally, you can use yarn. The tool itself uses Bun.
yarn global add bun-testRunning
By default, it will test files in test/**/*.test.ts.
bun-test [...files]