forked from mirrors/gecko-dev
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");
|