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 263596a commit a7c71d4Copy full SHA for a7c71d4
integration/messaging/package.json
@@ -3,8 +3,9 @@
3
"private": true,
4
"version": "0.1.0",
5
"scripts": {
6
- "pretest": "node ./download-browsers.js",
7
- "test": "mocha --retries 3 --exit"
+ "pretest:manual": "node ./download-browsers.js",
+ "test": "echo 'Automated tests temporarily disabled, run `npm run test:manual` to execute these tests'",
8
+ "test:manual": "mocha --retries 3 --exit"
9
},
10
"dependencies": {
11
"firebase": "^4.3.3"
0 commit comments