Commit 5c2c649d authored by yogevbd's avatar yogevbd

Upgrade node

parent a0777af7
...@@ -179,4 +179,6 @@ jspm_packages ...@@ -179,4 +179,6 @@ jspm_packages
# Optional REPL history # Optional REPL history
.node_repl_history .node_repl_history
coverage/ coverage/
\ No newline at end of file
package-lock.json
\ No newline at end of file
language: node_js language: node_js
node_js: node_js:
- "7" - "10"
This diff is collapsed.
describe('NotificationsIOS', () => {
describe.only('NotificationsIOS', () => {
let deviceEvents = [ let deviceEvents = [
'pushKitRegistered', 'pushKitRegistered',
'remoteNotificationsRegistered', 'remoteNotificationsRegistered',
......
import IOSNotification from '../lib/src/notification.ios'; import IOSNotification from '../lib/src/notification.ios';
describe.only('iOS Notification Object', () => { describe('iOS Notification Object', () => {
let notification; let notification;
let someBadgeCount = 123, someSound = 'someSound', someCategory = 'some_notification_category', someThread = 'thread-1'; 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