formatting / linting-error corrections to new unit tests

This commit is contained in:
Peter Snyder 2017-11-03 06:54:32 +00:00
parent 76a95805ca
commit d85df1815c
No known key found for this signature in database
GPG key ID: 9690F0C12F24762F

View file

@ -13,8 +13,8 @@ const addonLibPath = path.join(__dirname, "..", "..", "add-on", "lib");
// These will end up not returing anything, but will instead populate
// window.WEB_API_MANAGER
const webAPIInitStub = require(path.join(addonLibPath, "init.js"));
const domainMatcherStub = require(path.join(addonLibPath, "domainmatcher.js"));
require(path.join(addonLibPath, "init.js"));
require(path.join(addonLibPath, "domainmatcher.js"));
const domainMatcherLib = window.WEB_API_MANAGER.domainMatcherLib;
describe("Host Pattern Matching", function () {