We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b092680 commit 5f8f975Copy full SHA for 5f8f975
test/client.js
@@ -353,7 +353,7 @@ describe('Client', () => {
353
expect(infoMessagesContainsPing).to.be.true;
354
expect(errorMessages).to.be.empty;
355
});
356
-
+
357
// https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/handling_notification_responses_from_apns
358
it('JSON decodes HTTP 400 responses', async () => {
359
let didRequest = false;
0 commit comments