blob: e4b6720d344fcdc3b5e64364bae0b0e8f001ff0d (
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/pktUI.js"
);
const { sinon } = ChromeUtils.import("resource://testing-common/Sinon.jsm");
|