Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 17, 2022
1 parent 8178aec commit bfbcf87
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -54,8 +54,7 @@ describe('no duplicate compile error output', () => {
return (str.match(regex) || []).length
}

const correctMessagesRegex =
/error - [^\r\n]+\r?\n[^\r\n]+Unexpected token/g
const correctMessagesRegex = /Caused by:/g
const totalMessagesRegex = /Unexpected token/g

const correctMessages = getRegexCount(stderr, correctMessagesRegex)
Expand Down

0 comments on commit bfbcf87

Please sign in to comment.