Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 461 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 461 Bytes

Bug Reproductions

This repository contains bug reproductions for the Bun.js project.

Usage

  1. Clone this repository
  2. Run bun i in the root directory
  3. Run bun start in the root to run all bug reproductions
  4. Or, cd bugs/x where x is the bug you want to reproduce
  5. And bun start to reproduce the bug
    • If the bug is not reproducible, the program will exit with code 0
    • If the bug is reproducible, the program will exit with code 1