Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Jan 20, 2024
1 parent ab97b95 commit 636305d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
} from '~utils'

const unexpectedTokenSyntaxErrorRE =
/^parsing .* failed: SyntaxError: Unexpected token.*\}.*/
/^\\u001b\[31m\[vite:esbuild\] parsing .* failed: SyntaxError: Unexpected token.*\}.*/

describe.runIf(isBuild)('build', () => {
test('should throw an error on build', () => {
Expand Down

0 comments on commit 636305d

Please sign in to comment.