blob: 6fc5edb7bd8494ba4e837b054f1c8a0b0cc3bbca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
ChromeUtils.defineModuleGetter(
this,
"pktApi",
"chrome://pocket/content/pktApi.jsm"
);
XPCOMUtils.defineLazyScriptGetter(
this,
"pktUI",
"chrome://pocket/content/main.js"
);
const { sinon } = ChromeUtils.import("resource://testing-common/Sinon.jsm");
|