Skip to content

Commit

Permalink
Fix tests out of @babel/parser
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Aug 31, 2019
1 parent e83a4e7 commit d0c330a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/babel-core/test/fixtures/parse/output.json
Expand Up @@ -2,6 +2,7 @@
"type": "File",
"start": 0,
"end": 91,
"errors": [],
"loc": {
"start": {
"line": 1,
Expand Down
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token, expected \"</>/<=/>=\" (1:6)"
"throws": "Unexpected token, expected \",\" (1:6)"
}

0 comments on commit d0c330a

Please sign in to comment.