mobilenotifications
Version:
Send push notifications for iOS and android
15 lines (12 loc) • 373 B
JavaScript
// integration purpose
// add your config
// import conf from '../../../config/environment'
// import IOS from './ios'
// describe('ios', () => {
// describe('sending notifications', () => {
// it('send an actual notification, type your deviceId here', () => {
// let deviceId = 'asd'
// let ios = new IOS(conf.notification.ios)
// })
// })
// })