feat: add phase 4 bun_test bootstrap

This commit is contained in:
Eric
2026-03-04 03:19:28 +00:00
committed by eric
parent ab9c111597
commit f370aa4588
6 changed files with 94 additions and 2 deletions

View File

@@ -22,3 +22,9 @@ Phase 3 bootstrap is in place:
- Executable `bun_binary` rule (`/internal/bun_binary.bzl`)
- Public export via `bun/defs.bzl`
- Focused JS/TS runnable tests (`//tests/binary_test:all`)
Phase 4 bootstrap is in place:
- Test rule `bun_test` (`/internal/bun_test.bzl`)
- Public export via `bun/defs.bzl`
- Focused passing/failing test targets (`//tests/bun_test_test:all`)