We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3cca2d commit 7daa036Copy full SHA for 7daa036
README.md
@@ -58,7 +58,18 @@ gulp --tasks
58
59
## Testing the SDK
60
61
-To run all tests for the SDK simply run: `npm test` at the root of this package.
+To run all tests for the SDK you must first supply a firebase project config for
62
+your tests. This is done by creating a file called `project.json` and at the
63
+following path:
64
+
65
+```
66
+tests/config/project.json
67
68
69
+This file should contain a JSON object with your app information (i.e. the same
70
+information you would pass to `firebase.initializeApp`).
71
72
+After you have done this, simply run: `npm test` at the root of this package.
73
74
There are several types of available tests:
75
0 commit comments