Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 8e058c6

Browse files
committed
wip
1 parent c1a78ba commit 8e058c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/specs/javascript/esm.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ import semver from 'semver';
33
import type { NodeApis } from '../../utils/node-with-loader.js';
44
import nodeSupports from '../../utils/node-supports.js';
55
import { assertNotFound } from '../../utils/assertions.js';
6-
7-
const query = '?query=123';
6+
import { query } from '../../utils/query.js';
87

98
export default testSuite(async ({ describe }, node: NodeApis) => {
109
describe('Load ESM', ({ describe }) => {

0 commit comments

Comments
 (0)