Files
bun.sh/test/regression/issue/23077/b.fixture.ts
pfg 1fb9be3880 Re-enable afterAll inside a test (#23110)
Fixes #23064, Fixes #23077

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2025-09-30 19:41:35 -07:00

3 lines
79 B
TypeScript

import { test } from "node:test";
test("one", async () => await Bun.sleep(5));