arbitrary-module-namespace-names: Assertion correction. Fixes gh-2866

This commit is contained in:
Rick Waldron 2020-10-19 17:39:33 -04:00
parent 7d998a098e
commit d6b342338e
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ features: [arbitrary-module-namespace-names]
---*/
import * as Scouts from "./export-expname_FIXTURE.js";
assert.sameValue(Scouts.Mercury, undefined);
assert.sameValue(Scouts.Mercury, globalThis.Mercury);
assert.sameValue(Scouts["☿"], globalThis.Mercury);