Skip to content

Commit

Permalink
Test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Mar 2, 2022
1 parent e49c973 commit 1545e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli/samples/custom-frame/_config.js
Expand Up @@ -9,7 +9,7 @@ module.exports = {
stderr,
'[!] (plugin at position 1) Error: My error.\n' +
'main.js\ncustom code frame\nError: My error.\n' +
' at Object.transform'
' at Object.'
);
assertIncludes(stderr, 'rollup.config.js:11:17');
}
Expand Down

0 comments on commit 1545e0b

Please sign in to comment.