mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
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>
3 lines
79 B
TypeScript
3 lines
79 B
TypeScript
import { test } from "node:test";
|
|
test("one", async () => await Bun.sleep(5));
|