FIX: Desktop Notifications break Qunit tests
We should figure out why they can't run without the conditional in a browser.
This commit is contained in:
parent
e361916138
commit
3252bf1252
|
@ -56,7 +56,9 @@ export default {
|
|||
});
|
||||
});
|
||||
|
||||
initDesktopNotifications(bus);
|
||||
if (!Ember.testing) {
|
||||
initDesktopNotifications(bus);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue