working with tests

This commit is contained in:
Kendall Werts
2020-01-07 14:14:19 -06:00
parent d033292784
commit f7b20f97b8
5 changed files with 107 additions and 44 deletions
@@ -26,6 +26,7 @@ describe("External Webextensions", () => {
const [promise] = background.browser.runtime.onMessageExternal.addListener.yield(message, sender);
const answer = await promise;
expect(answer).to.deep.equal({
hostname: "example.com",
userContextId: "1",
neverAsk: false
});