This project uses Bun as its primary tool for:
- Package Management: All dependencies are managed using
bun. - Testing: The core test suite and Bun-specific examples are run using
bun test. - Runtime: The project is designed to be fully compatible with the Bun runtime.
While testoise provides adapters for Vitest, Jest, and Node.js to ensure broad compatibility, the development workflow and primary environment are centered around Bun.