We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09df9e4 commit 81f11a0Copy full SHA for 81f11a0
test/es-module/test-esm-loader-invalid-url.mjs
@@ -3,7 +3,7 @@ import { expectsError, mustCall } from '../common/index.mjs';
3
import assert from 'assert';
4
5
import('../fixtures/es-modules/test-esm-ok.mjs')
6
-.then(assert.fail, error => {
+.then(assert.fail, (error) => {
7
expectsError({
8
code: 'ERR_INVALID_URL',
9
message: 'Invalid URL'
0 commit comments