Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 490 Bytes

File metadata and controls

8 lines (6 loc) · 490 Bytes

Project Context: testoise

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.