File tree Expand file tree Collapse file tree 3 files changed +23
-13
lines changed Expand file tree Collapse file tree 3 files changed +23
-13
lines changed Original file line number Diff line number Diff 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 ...
Original file line number Diff line number Diff line change 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"
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" ,
You can’t perform that action at this time.
0 commit comments