diff options
author | 2023-04-13 16:03:11 -0700 | |
---|---|---|
committer | 2023-04-13 16:03:11 -0700 | |
commit | 242aa0be12f6c7fd4d09ed6fd4ce05a6b571b9de (patch) | |
tree | af87aabcbef502a6abc73509f1f028fe971b251d /test | |
parent | 041231d7caba385fdc742968632f796be6b897b7 (diff) | |
download | bun-242aa0be12f6c7fd4d09ed6fd4ce05a6b571b9de.tar.gz bun-242aa0be12f6c7fd4d09ed6fd4ce05a6b571b9de.tar.zst bun-242aa0be12f6c7fd4d09ed6fd4ce05a6b571b9de.zip |
Update import-meta.test.js
Diffstat (limited to 'test')
-rw-r--r-- | test/js/bun/resolve/import-meta.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/js/bun/resolve/import-meta.test.js b/test/js/bun/resolve/import-meta.test.js index 56901dd52..b21465bbb 100644 --- a/test/js/bun/resolve/import-meta.test.js +++ b/test/js/bun/resolve/import-meta.test.js @@ -4,7 +4,7 @@ import { bunEnv, bunExe } from "harness"; import { mkdirSync, rmSync, writeFileSync } from "node:fs"; import * as Module from "node:module"; import { join } from "node:path"; -import sync from "./require-json.json.js"; +import sync from "./require-json.json"; const { path, dir } = import.meta; |