Commit 44ff7ff4 authored by yogevbd's avatar yogevbd

Unused import

parent 25b5baf8
const Utils = require('./Utils'); const Utils = require('./Utils');
const { elementByLabel, elementById } = Utils; const { elementByLabel } = Utils;
describe('Notifications', () => { describe('Notifications', () => {
describe('Foreground', () => { describe('Foreground', () => {
...@@ -48,7 +48,6 @@ function createNotification({link, showAlert}) { ...@@ -48,7 +48,6 @@ function createNotification({link, showAlert}) {
body: 'Body', body: 'Body',
badge: 1, badge: 1,
payload: { payload: {
appId: '14517e1a-3ff0-af98-408e-2bd6953c36a2',
link, link,
showAlert 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