summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/tests/Harness_sanity/importtesting_chromescript.js
blob: 77d1c0701dde9f5fccb771a14c1b8944630be7c2 (plain)
1
2
3
4
5
/* eslint-env mozilla/frame-script */

addMessageListener("ImportTesting:IsModuleLoaded", function(msg) {
  sendAsyncMessage("ImportTesting:IsModuleLoadedReply", Cu.isModuleLoaded(msg));
});