diff options
Diffstat (limited to 'test/bundler/expectBundled.md')
-rw-r--r-- | test/bundler/expectBundled.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bundler/expectBundled.md b/test/bundler/expectBundled.md index b088f3b65..299c31cac 100644 --- a/test/bundler/expectBundled.md +++ b/test/bundler/expectBundled.md @@ -39,7 +39,7 @@ Passing the second argument at all will use `esbuild` instead of `bun build`. It At the start of test files, use `testForFile` instead of importing from `bun:test`: ```ts -import { bundlerTest, expectBundled, itBundled, testForFile } from "./expectBundled"; +import { itBundled, testForFile } from "./expectBundled"; var { describe, test, expect } = testForFile(import.meta.path); ``` |