Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassTest the situation where a module is instantiated without a use of its star-exports, but later on a different module requests them.
Asserts run
Pass
assert_array_equals(["export-something", "export-something-nested", "import-something-namespace", 42, 43], ["export-something", "export-something-nested", "import-something-namespace", 42, 43])
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/late-star-export-request.html:13:7)