Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update test/es-module/test-esm-detect-ambiguous.mjs
Co-authored-by: Geoffrey Booth <webadmin@geoffreybooth.com>
  • Loading branch information
aduh95 and GeoffreyBooth authored Oct 21, 2023
commit 2eba966bf83c001cf2578747f3b0bf2ee76c20d8
2 changes: 1 addition & 1 deletion test/es-module/test-esm-detect-ambiguous.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ describe('--experimental-detect-module', { concurrency: true }, () => {
'--experimental-detect-module',
'--no-warnings',
'--loader',
`data:text/javascript,import{writeSync}from"node:fs";export ${encodeURIComponent(
`data:text/javascript,import { writeSync } from "node:fs"; export ${encodeURIComponent(
async function resolve(s, c, next) {
const result = await next(s, c);
writeSync(1, result.format + '\n');
Expand Down