()
| 5 | const EventEmitter = require("events"); |
| 6 | |
| 7 | function builtNotification() { |
| 8 | return { |
| 9 | headers: {}, |
| 10 | body: JSON.stringify({ aps: { badge: 1 } }), |
| 11 | }; |
| 12 | } |
| 13 | |
| 14 | function FakeStream(deviceId, statusCode, response) { |
| 15 | const fakeStream = new stream.Transform({ |
no outgoing calls
no test coverage detected
searching dependent graphs…