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 0ea11f2 commit 60d8f4fCopy full SHA for 60d8f4f
integration/firestore/package.json
@@ -4,9 +4,10 @@
4
"private": true,
5
"scripts": {
6
"build": "gulp compile-tests",
7
- "pretest": "npm run build",
+ "pretest:manual": "npm run build",
8
"pretest:debug": "npm run build",
9
- "test": "karma start --single-run",
+ "test": "echo 'Automated tests temporarily disabled, run `npm run test:manual` to execute these tests'",
10
+ "test:manual": "karma start --single-run",
11
"test:debug": "karma start --auto-watch --browsers Chrome"
12
},
13
"devDependencies": {
0 commit comments