Source code
Revision control
Copy as Markdown
Other Tools
{
"name": "Mismatching scopes schema",
"tests": {
"should throw if a scope's value is not an object": {
"expectedParsedImportMap": null,
"tests": {
"null": {
"importMap": {
"scopes": {
}
}
},
"boolean": {
"importMap": {
"scopes": {
}
}
},
"number": {
"importMap": {
"scopes": {
}
}
},
"string": {
"importMap": {
"scopes": {
}
}
},
"array": {
"importMap": {
"scopes": {
}
}
}
}
}
}
}