You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
firebase emulators:exec --project sample --only firestore 'npm test AddCollectionDialog.test.tsx'
88
88
```
89
89
90
+
To disable the Jest interactive mode use the flag `watchAll=false` like so:
91
+
92
+
```bash
93
+
firebase emulators:exec --project sample --only firestore 'npm test -- --watchAll=false'
94
+
```
95
+
90
96
If you get port conflict errors, make sure to stop other instances of the Firebase Emulator Suite (e.g. the one you've started for the development server above) and try again.
0 commit comments