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 dad50d1 commit a3bbe79Copy full SHA for a3bbe79
package.json
@@ -28,7 +28,7 @@
28
"deepcopy": "^0.6.1",
29
"express": "^4.13.4",
30
"gcloud": "^0.28.0",
31
- "http2": "^3.3.2",
+ "http2": "flovilmart/node-http2",
32
"mailgun-js": "^0.7.7",
33
"mime": "^1.3.4",
34
"mongodb": "~2.1.0",
spec/Parse.Push.spec.js
@@ -1,3 +1,4 @@
1
+'use strict';
2
describe('Parse.Push', () => {
3
it('should properly send push', (done) => {
4
var pushAdapter = {
0 commit comments