Skip to content

Commit 81040b1

Browse files
committed
test(e2e, functions): use non-deprecated functions emulator method
1 parent 286c7bc commit 81040b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ firebase.database().useEmulator('localhost', 9000);
4646
firebase.auth().useEmulator('http://localhost:9099');
4747
firebase.firestore().useEmulator('localhost', 8080);
4848
firebase.storage().useEmulator('localhost', 9199);
49-
firebase.functions().useFunctionsEmulator('http://localhost:5001');
49+
firebase.functions().useEmulator('localhost', 5001);
5050

5151
// Firestore caches docuuments locally (a great feature!) and that confounds tests
5252
// as data from previous runs pollutes following runs until re-install the app. Clear it.

0 commit comments

Comments
 (0)