From 89485705501f8dc84c61fe8041692e2e18ebea41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miquel=20Mart=C3=ADn?= Date: Wed, 17 Oct 2018 21:53:01 +0200 Subject: [PATCH] Release 1.1.7 --- test/send/sendADM.js | 3 ++- test/send/sendGCM.js | 3 ++- test/send/sendWNS-accessToken.js | 3 ++- test/send/sendWNS.js | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/test/send/sendADM.js b/test/send/sendADM.js index 65b336c..ecc12a3 100644 --- a/test/send/sendADM.js +++ b/test/send/sendADM.js @@ -4,7 +4,8 @@ import sinon from 'sinon'; import adm from 'node-adm'; import PN from '../../src'; import { - sendOkMethodGCM, testPushSuccess, testPushError, testPushException, + sendOkMethodGCM, testPushSuccess, + testPushError, testPushException, } from '../util'; const method = 'adm'; diff --git a/test/send/sendGCM.js b/test/send/sendGCM.js index 5ebe394..29f80ea 100644 --- a/test/send/sendGCM.js +++ b/test/send/sendGCM.js @@ -5,7 +5,8 @@ import dirtyChai from 'dirty-chai'; import gcm from 'node-gcm'; import PN from '../../src'; import { - sendOkMethodGCM, testPushSuccess, testPushError, testPushException, + sendOkMethodGCM, testPushSuccess, + testPushError, testPushException, } from '../util'; const { expect } = chai; diff --git a/test/send/sendWNS-accessToken.js b/test/send/sendWNS-accessToken.js index 4131603..6e20a02 100644 --- a/test/send/sendWNS-accessToken.js +++ b/test/send/sendWNS-accessToken.js @@ -4,7 +4,8 @@ import sinon from 'sinon'; import wns from 'wns'; import PN from '../../src'; import { - sendOkMethodGCM, testPushSuccess, testPushError, testPushException, + sendOkMethodGCM, testPushSuccess, + testPushError, testPushException, } from '../util'; const method = 'wns'; diff --git a/test/send/sendWNS.js b/test/send/sendWNS.js index 1e2c581..0986629 100644 --- a/test/send/sendWNS.js +++ b/test/send/sendWNS.js @@ -4,7 +4,8 @@ import sinon from 'sinon'; import wns from 'wns'; import PN from '../../src'; import { - sendOkMethodGCM, testPushSuccess, testPushError, testPushException, + sendOkMethodGCM, testPushSuccess, + testPushError, testPushException, } from '../util'; const method = 'wns';