mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
6 lines
268 B
JavaScript
6 lines
268 B
JavaScript
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);
|