Skip to content

Commit 81f11a0

Browse files
moanderRaisinTen
andauthored
Update test/es-module/test-esm-loader-invalid-url.mjs
Co-authored-by: Darshan Sen <[email protected]>
1 parent 09df9e4 commit 81f11a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/es-module/test-esm-loader-invalid-url.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { expectsError, mustCall } from '../common/index.mjs';
33
import assert from 'assert';
44

55
import('../fixtures/es-modules/test-esm-ok.mjs')
6-
.then(assert.fail, error => {
6+
.then(assert.fail, (error) => {
77
expectsError({
88
code: 'ERR_INVALID_URL',
99
message: 'Invalid URL'

0 commit comments

Comments
 (0)