Skip to content

Commit

Permalink
Mark sinon as a global in head_xpc.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed Jun 14, 2017
1 parent 2b71d61 commit 6491f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe-client-addon/test/unit/head_xpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Components.manager.addBootstrappedManifestLocation(extensionDir);
// Load mocking/stubbing library, sinon
// docs: http://sinonjs.org/releases/v2.3.2/
/* exported sinon */
/* global sinon */
Cu.import("resource://gre/modules/Timer.jsm");
const {Loader} = Cu.import("resource://gre/modules/commonjs/toolkit/loader.js", {});
const loader = new Loader.Loader({
Expand Down

0 comments on commit 6491f39

Please sign in to comment.