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 5609a9f commit e47449dCopy full SHA for e47449d
spec/APNS.spec.js
@@ -1,5 +1,5 @@
1
import log from 'npmlog';
2
-import Parse from 'parse/node.js';
+import Parse from 'parse/node';
3
import APNS from '../src/APNS.js';
4
5
describe('APNS', () => {
spec/FCM.spec.js
@@ -1,6 +1,6 @@
import { deleteApp, getApps } from 'firebase-admin/app';
import path from 'path';
import FCM from '../src/FCM.js';
6
0 commit comments