Explicit labels for tokenTypes (#9761)

* Explicit labels for tokenTypes

* Fix test

* Fix test
This commit is contained in:
Daniel Tschinder
2019-03-25 14:23:16 -07:00
committed by GitHub
parent aaefc83a6c
commit d720c6cfff
2 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
{
"presets": [["react", {}, "before"], "typescript", ["react", {}, "after"]],
"throws": "Unexpected token, expected \"</>\" (1:6)"
"throws": "Unexpected token, expected \"</>/<=/>=\" (1:6)"
}