Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 257 Bytes

readme.md

File metadata and controls

19 lines (12 loc) · 257 Bytes

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-test

Running

By default, it will test files in test/**/*.test.ts.

bun-test [...files]