Skip to content
Prev Previous commit
Next Next commit
fixup! Add long multiline test with comment
  • Loading branch information
ctavan committed Jan 29, 2021
commit 4d11c44098f6840d8e0b3cf62091d4e6a0c33dfc
2 changes: 1 addition & 1 deletion test/es-module/test-esm-cjs-named-error.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const errTemplate = (specifier, name, namedImports, defaultName) =>
const expectedMultiLine = errTemplate('./fail.cjs', 'comeOn',
'{ comeOn, everybody }');

const expectedLongMultiLine = errTemplate('./fail.cjs', 'comeOn',
const expectedLongMultiLine = errTemplate('./fail.cjs', 'one',
'{\n' +
' comeOn,\n' +
' one,\n' +
Expand Down