firebase-functions-test icon indicating copy to clipboard operation
firebase-functions-test copied to clipboard

Results 92 firebase-functions-test issues
Sort by recently updated
recently updated
newest added
trafficstars

https://github.com/firebase/firebase-functions-test/blob/9f401ca71cc27cf766cc6e1e45e089e348c610d5/src/v1.ts#L221 Hello there. I think I found a bug, but it seems to be a mismatch between what is shown by the typing of the `wrapped` function. ``` const wrapped...

Bumps [ts-deepmerge](https://github.com/voodoocreation/ts-deepmerge) from 2.0.1 to 2.0.2. Release notes Sourced from ts-deepmerge's releases. Safeguard against prototype pollution This version adds a safeguard against prototype pollution - sufficient unit test coverage has...

dependencies

### Description See firebase/firebase-functions#926 Will be fixed once that is merged in and the [`firebase-function` dependency](https://github.com/bookcreator/firebase-functions-test/blob/3648691cb66b628bd9a87cbfe269444d4425300d/package.json#L49) updated. ### Code sample [See test case](https://github.com/bookcreator/firebase-functions-test/blob/3648691cb66b628bd9a87cbfe269444d4425300d/spec/providers/database.spec.ts#L36-L42) ```js it('should allow null child value in...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

### Version info **firebase-functions-test:** 2.2.0 **firebase-functions:** 3.21.2 **firebase-admin:** 11.0.0 ### Test case n/a, peer dependency warning emitted by npm 8. Relates to https://github.com/firebase/firebase-functions/issues/1147 . ### Steps to reproduce Update `firebase-admin`...

I'm trying to junit test my cloud functions with express with supertest + mocha, along with auth: ``` /* eslint-disable max-len */ /* eslint-disable no-undef */ // eslint-disable-next-line no-unused-vars /*...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.9.1. Release notes Sourced from color-string's releases. 1.9.0 Minor Release 1.9.0 Add parsing of exponential alpha values for HWB and HSL (#66) Thanks to @​babycannotsay...

dependencies

I get the following error when trying to use `makeDocumentSnapshot`: `TypeError: firestoreService.snapshot_ is not a function` It seems that it has to do with the following line: https://github.com/firebase/firebase-functions-test/blob/2574781e959ab019c3e3823a59c26f9b30d65a6c/src/providers/firestore.ts#L83 My code...