Skip to content

Commit

Permalink
update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed May 19, 2021
1 parent ace673c commit 7214721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
@@ -1,3 +1,4 @@
{
"plugins": ["flow", "jsx", "estree", "importAssertions"]
"plugins": ["flow", "jsx", "estree", "importAssertions"],
"sourceType": "module"
}
@@ -1,13 +1,10 @@
{
"type": "File",
"start":0,"end":51,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":51}},
"errors": [
"SyntaxError: 'import' and 'export' may appear only with 'sourceType: \"module\"' (1:0)"
],
"program": {
"type": "Program",
"start":0,"end":51,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":51}},
"sourceType": "script",
"sourceType": "module",
"interpreter": null,
"body": [
{
Expand Down

0 comments on commit 7214721

Please sign in to comment.