[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improves "emulators:start" logs #2219

Merged
merged 17 commits into from
May 14, 2020
Prev Previous commit
Next Next commit
Another test fix attempt
  • Loading branch information
abeisgoat committed May 14, 2020
commit 5be420eb90e72f3e8807f9908aa5b7298a2983cd
3 changes: 1 addition & 2 deletions scripts/integration-helpers/framework.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ const FIREBASE_PROJECT_ZONE = "us-central1";
const RTDB_FUNCTION_LOG = "========== RTDB FUNCTION ==========";
const FIRESTORE_FUNCTION_LOG = "========== FIRESTORE FUNCTION ==========";
const PUBSUB_FUNCTION_LOG = "========== PUBSUB FUNCTION ==========";
const ALL_EMULATORS_STARTED_LOG =
"│ ✔ All emulators ready! It is now safe to connect your apps. │";
const ALL_EMULATORS_STARTED_LOG = "All emulators ready! It is now safe to connect your apps.";

interface ConnectionInfo {
host: string;
Expand Down