We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f32c26 commit 61c2216Copy full SHA for 61c2216
test/notifications-service-test.js
@@ -59,6 +59,8 @@ test.beforeEach(t => {
59
browser.storage.sync.get.callsFake((key, cb) => {
60
cb(t.context.defaultOptions);
61
});
62
+
63
+ browser.runtime.getURL.returns('icon-notif.png');
64
65
66
test.serial('#openNotification gets notification url by notificationId from local-store', async t => {
0 commit comments