Commit 5c2c649d authored by yogevbd's avatar yogevbd

Upgrade node

parent a0777af7
......@@ -180,3 +180,5 @@ jspm_packages
.node_repl_history
coverage/
package-lock.json
\ No newline at end of file
language: node_js
node_js:
- "7"
- "10"
This source diff could not be displayed because it is too large. You can view the blob instead.
describe.only('NotificationsIOS', () => {
describe('NotificationsIOS', () => {
let deviceEvents = [
'pushKitRegistered',
'remoteNotificationsRegistered',
......
import IOSNotification from '../lib/src/notification.ios';
describe.only('iOS Notification Object', () => {
describe('iOS Notification Object', () => {
let notification;
let someBadgeCount = 123, someSound = 'someSound', someCategory = 'some_notification_category', someThread = 'thread-1';
......
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