Skip to content

Commit 41e4e1a

Browse files
committed
add s
1 parent 43cf0bf commit 41e4e1a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
defaults:
3333
run:
3434
# Run any command steps in the /e2e subdir
35-
working-directory: './e2e/smoke-test'
35+
working-directory: './e2e/smoke-tests'
3636

3737
steps:
3838
- name: Checkout Repo

e2e/smoke-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Before running the tests, you will need:
1515

1616
#### Project Config and Test User
1717

18-
Create a file named `firebase-config.js` in the top level of this `e2e/smoke-test` directory. The contents of the file should be:
18+
Create a file named `firebase-config.js` in the top level of this `s` directory. The contents of the file should be:
1919

2020
```javascript
2121
// A config for a project

e2e/smoke-tests/sample-apps/compat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async function authLogout() {
8282
*
8383
* Call a deployed function.
8484
* This cloud function must be deployed in this project first. See
85-
* e2e/smoke-test/README.md for more info.
85+
* s/README.md for more info.
8686
*/
8787
async function callFunctions() {
8888
console.log('[FUNCTIONS] start');

e2e/smoke-tests/sample-apps/modular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ async function authLogout(app) {
121121
*
122122
* Call a deployed function.
123123
* This cloud function must be deployed in this project first. See
124-
* e2e/smoke-test/README.md for more info.
124+
* e2e/smoke-tests/README.md for more info.
125125
*/
126126
async function callFunctions(app) {
127127
console.log('[FUNCTIONS] start');

0 commit comments

Comments
 (0)