summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/unit/non_shared_nest_import_non_shared_2.mjs
blob: a4c636ab56a42f208a9148547ad67ee8adf9f83b (plain)
1
2
3
4
5
Cu.evalInSandbox(`
ChromeUtils.importESModule("resource://test/non_shared_nest_import_non_shared_target_2.mjs", {
  global: "current",
});
`, globalThis["sb"]);