aboutsummaryrefslogtreecommitdiff
path: root/test/js/node/path/path.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/node/path/path.test.js')
-rw-r--r--test/js/node/path/path.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/js/node/path/path.test.js b/test/js/node/path/path.test.js
index 94b0568f6..8f5a76da7 100644
--- a/test/js/node/path/path.test.js
+++ b/test/js/node/path/path.test.js
@@ -1,7 +1,7 @@
const { file } = import.meta;
import { describe, it, expect } from "bun:test";
-import * as path from "node:path";
+import path from "node:path";
import assert from "assert";
import { hideFromStackTrace } from "harness";