Commit 44ff7ff4 authored by yogevbd's avatar yogevbd

Unused import

parent 25b5baf8
const Utils = require('./Utils');
const { elementByLabel, elementById } = Utils;
const { elementByLabel } = Utils;
describe('Notifications', () => {
describe('Foreground', () => {
......@@ -48,7 +48,6 @@ function createNotification({link, showAlert}) {
body: 'Body',
badge: 1,
payload: {
appId: '14517e1a-3ff0-af98-408e-2bd6953c36a2',
link,
showAlert
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment