diff --git a/docs/guides/test/run-tests.md b/docs/guides/test/run-tests.md index 39e185b3c0..90c9fb475a 100644 --- a/docs/guides/test/run-tests.md +++ b/docs/guides/test/run-tests.md @@ -64,7 +64,7 @@ Ran 2 tests across 1 files. [15.00ms] All tests have a name, defined using the first parameter to the `test` function. Tests can also be grouped into suites with `describe`. ```ts -import { test, expect } from "bun:test"; +import { test, expect, describe } from "bun:test"; describe("math", () => { test("add", () => {