services/fxaccounts/tests/xpcshell/head.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:ee4f204a2dd7
1 /* Any copyright is dedicated to the Public Domain.
2 * http://creativecommons.org/publicdomain/zero/1.0/ */
3
4 const {classes: Cc, interfaces: Ci, results: Cr, utils: Cu} = Components;
5
6 "use strict";
7
8 Cu.import("resource://gre/modules/XPCOMUtils.jsm");
9
10 (function initFxAccountsTestingInfrastructure() {
11 do_get_profile();
12
13 let ns = {};
14 Cu.import("resource://testing-common/services-common/logging.js", ns);
15
16 ns.initTestLogging("Trace");
17 }).call(this);
18

mercurial