Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions handwritten/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"system-test:nightly": "FIRESTORE_TARGET_BACKEND=nightly FIRESTORE_DATABASE_ID=enterprise RUN_ENTERPRISE_TESTS=yes GCLOUD_PROJECT=firestore-sdk-nightly mocha build/system-test --timeout 1200000",
"system-test:emulator": "concurrently -p \"[{name}]\" -n \"grpc,rest,enterprise-grpc,enterprise-rest\" -c \"cyan,magenta,blue,yellow\" \"npm:system-test:emulator:grpc\" \"npm:system-test:emulator:rest\" \"npm:system-test:enterprise:emulator:grpc\" \"npm:system-test:enterprise:emulator:rest\"",
"presystem-test": "npm run compile",
"conformance": "mocha build/conformance",
"test-only": "c8 mocha build/test",
"conformance": "mocha build/conformance --exit",
"test-only": "c8 mocha build/test --exit",
"pretest": "npm run compile",
"test": "npm run test-only && npm run conformance",
"lint": "gts check",
Expand Down
Loading