Skip to content

Commit da186a2

Browse files
committed
fixed folder structure in readme & moved firebase-functions-test to devDependencies
1 parent b5a3653 commit da186a2

File tree

3 files changed

+23
-13
lines changed

3 files changed

+23
-13
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,9 @@ functions/
330330
| │ └── onDelete.function.ts
331331
│ ├── db/
332332
│ │ ├── users/
333-
│ │ ├── onCreate.function.ts
334-
│ │ ├── onModify.function.ts
335-
│ │ └── ... other database functions ...
333+
│ │ ├── onCreate.function.ts
334+
│ │ ├── onModify.function.ts
335+
│ │ └── ... other database functions ...
336336
│ ├── storage/
337337
│ │ ... storage functions ...
338338
│ ├── https/
@@ -342,9 +342,9 @@ functions/
342342
├── test/
343343
│ ├── db/
344344
│ │ ├── users/
345-
│ │ ├── onDelete.test.ts
346-
│ │ ├── onUpdate.test.ts
347-
│ │ └── ... other database tests ...
345+
│ │ ├── onDelete.test.ts
346+
│ │ ├── onUpdate.test.ts
347+
│ │ └── ... other database tests ...
348348
│ ├── https/
349349
│ │ ├── createUser.test.ts
350350
│ │ └── ... other https tests ...

functions/package-lock.json

Lines changed: 16 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"dependencies": {
1919
"firebase-admin": "^8.12.1",
2020
"firebase-functions": "^3.6.2",
21-
"firebase-functions-test": "^0.2.1",
2221
"firebase-function-tools": "^1.1.3",
2322
"glob": "^7.1.6",
2423
"camelcase": "^5.3.1"
@@ -29,6 +28,7 @@
2928
"@types/mocha": "^7.0.2",
3029
"chai": "^4.2.0",
3130
"chai-as-promised": "^7.1.1",
31+
"firebase-functions-test": "^0.2.1",
3232
"mocha": "^7.2.0",
3333
"ts-node": "^8.10.2",
3434
"tslint": "^5.12.0",

0 commit comments

Comments
 (0)