mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-06 11:18:19 +02:00
12 lines
286 B
JavaScript
12 lines
286 B
JavaScript
ChromeUtils.defineESModuleGetters(this, {
|
|
pktApi: "chrome://pocket/content/pktApi.sys.mjs",
|
|
});
|
|
XPCOMUtils.defineLazyScriptGetter(
|
|
this,
|
|
"pktUI",
|
|
"chrome://pocket/content/pktUI.js"
|
|
);
|
|
|
|
const { sinon } = ChromeUtils.importESModule(
|
|
"resource://testing-common/Sinon.sys.mjs"
|
|
);
|