File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ To run the offline tests: run `npm test` inside the functions folder.
29
29
To run the online tests:
30
30
- Replace the ` projectConfig ` variable in ` test/test.online.js ` with configuration values from your project.
31
31
- Download a service account key by following these instructions:
32
- .. * Open the [ Service Accounts pane] ( https://console.cloud.google.com/iam-admin/serviceaccounts ) of the Google Cloud Console.
33
- .. * Select the App Engine default service account, and use the options menu at right to select Create key.
34
- .. * When prompted, select JSON for the key type, and click Create.
32
+ ⋅⋅ * Open the [ Service Accounts pane] ( https://console.cloud.google.com/iam-admin/serviceaccounts ) of the Google Cloud Console.
33
+ ⋅⋅ * Select the App Engine default service account, and use the options menu at right to select Create key.
34
+ ⋅⋅ * When prompted, select JSON for the key type, and click Create.
35
35
- Save the file in the test folder, and name it ` service-account-key.json `
36
36
- Run ` npm run test-online ` inside the functions folder.
37
37
You can’t perform that action at this time.
0 commit comments