fixed linting

This commit is contained in:
Kendall Werts
2020-01-14 10:37:47 -06:00
parent 26028cac20
commit a7d3d6d848
7 changed files with 40 additions and 37 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ describe("External Webextensions", () => {
const answer = await promise;
expect(answer.userContextId === "1").to.be.true;
expect(answer.neverAsk === false).to.be.true;
expect(answer.hasOwnProperty("identityMacAddonUUID")).to.be.true;
expect(
Object.prototype.hasOwnProperty.call(
answer, "identityMacAddonUUID")).to.be.true;
});
});