summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/import-maps/data-driven/resources/parsing-invalid-json.json
blob: 1bd1c94e8947a9f5348354a22a67276e93e83ded (plain)
1
2
3
4
5
6
{
  "name": "Invalid JSON",
  "importMapBaseURL": "https://base.example/",
  "importMap": "{imports: {}}",
  "expectedParsedImportMap": null
}