Update tests for changed error messages in Babylon (#4727)
Depends on babel/babylon#172.
This commit is contained in:
parent
2827d660fc
commit
76de1cc8a4
@ -1 +1 @@
|
|||||||
SyntaxError: test.js: Unexpected token (2:10)
|
SyntaxError: test.js: Unexpected token, expected ; (2:10)
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"throws": "Unexpected token (2:10)"
|
"throws": "Unexpected token, expected ; (2:10)"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user