Skip to content

Commit

Permalink
test: try some change
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Dec 15, 2022
1 parent a98df37 commit 6dd9243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli/samples/watch/bundle-error/_config.js
Expand Up @@ -16,7 +16,7 @@ module.exports = {
setTimeout(() => unlinkSync(mainFile), 300);
},
abortOnStderr(data) {
if (data.includes('[!] RollupError: Unexpected token')) {
if (data.includes('Unexpected token')) {
setTimeout(() => atomicWriteFileSync(mainFile, 'export default 42;'), 500);
return false;
}
Expand Down

0 comments on commit 6dd9243

Please sign in to comment.