Skip to content

Commit

Permalink
Updated for new error message
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Mar 29, 2020
1 parent b44c866 commit 831e61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/esnext-fail/index.test.js
Expand Up @@ -19,5 +19,5 @@ test("Publish Test File via Babel", async () => {
root: __dirname,
quiet: true
})
).rejects.toThrow(`Unexpected token, expected ";" (2:17)`)
).rejects.toThrow(`SyntaxError: Unexpected token (2:17)`)
})

0 comments on commit 831e61d

Please sign in to comment.