mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 12:51:09 +02:00
12 lines
266 B
JavaScript
12 lines
266 B
JavaScript
ChromeUtils.defineModuleGetter(
|
|
this,
|
|
"pktApi",
|
|
"chrome://pocket/content/pktApi.jsm"
|
|
);
|
|
XPCOMUtils.defineLazyScriptGetter(
|
|
this,
|
|
"pktUI",
|
|
"chrome://pocket/content/pktUI.js"
|
|
);
|
|
|
|
const { sinon } = ChromeUtils.import("resource://testing-common/Sinon.jsm");
|