blob: c38b52ba2181ad0ee19764e887a4d96ce1fe93a6 [file] [log] [blame]
import { shouldBe } from "./resources/assert.js"
import('./different-view/main.js').then($vm.abort, function (error) {
shouldBe(String(error), `SyntaxError: Importing binding name 'A' cannot be resolved due to ambiguous multiple bindings.`);
}).catch($vm.abort);