Skip to content

Commit

Permalink
update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jun 21, 2022
1 parent f4a6e41 commit 09b8b33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -2,7 +2,7 @@
"type": "File",
"start":0,"end":71,"loc":{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":71,"index":71}},
"errors": [
"SyntaxError: A JSON module can only be imported with \"default\". (1:18)"
"SyntaxError: A JSON module can only be imported with `default`. (1:18)"
],
"program": {
"type": "Program",
Expand Down
Expand Up @@ -2,7 +2,7 @@
"type": "File",
"start":0,"end":71,"loc":{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":71,"index":71}},
"errors": [
"SyntaxError: A JSON module can only be imported with \"default\". (1:18)"
"SyntaxError: A JSON module can only be imported with `default`. (1:18)"
],
"program": {
"type": "Program",
Expand Down
Expand Up @@ -2,7 +2,7 @@
"type": "File",
"start":0,"end":62,"loc":{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":62,"index":62}},
"errors": [
"SyntaxError: A JSON module can only be imported with \"default\". (1:9)"
"SyntaxError: A JSON module can only be imported with `default`. (1:9)"
],
"program": {
"type": "Program",
Expand Down
Expand Up @@ -2,7 +2,7 @@
"type": "File",
"start":0,"end":62,"loc":{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":62,"index":62}},
"errors": [
"SyntaxError: A JSON module can only be imported with \"default\". (1:9)"
"SyntaxError: A JSON module can only be imported with `default`. (1:9)"
],
"program": {
"type": "Program",
Expand Down

0 comments on commit 09b8b33

Please sign in to comment.