aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/node-test-helpers.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/bun.js/node-test-helpers.test.js')
-rw-r--r--test/bun.js/node-test-helpers.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bun.js/node-test-helpers.test.js b/test/bun.js/node-test-helpers.test.js
index 7fb2de320..766dfc176 100644
--- a/test/bun.js/node-test-helpers.test.js
+++ b/test/bun.js/node-test-helpers.test.js
@@ -5,7 +5,7 @@ import {
strictEqual,
createCallCheckCtx,
createDoneDotAll,
-} from "node-test-helpers";
+} from "./node-test-helpers";
describe("OurAssert.throws()", () => {
it("should pass when the function throws", () => {