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

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. Changelog Sourced from qs's changelog. 6.4.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies

### Version info **firebase-functions-test: 3.0.0** **firebase-functions: 4.2.1** **firebase-admin: 11.5.0** **jest: 29.2.1** **typescript: 4.9.3** ### Test case Testing a firebase function. After an update to the `firebase-functions-test` v3 and `firebase-functions` v4...

Use FIRESTORE_HOST in clearFirestoreData (#193) ### Description ### Code sample

There is already a fix for this issue, but I could not find a related bug. (Pull request #184). The problem is that [node 18 and node 16 handle localhost...

### Version info **firebase-functions-test:** v3.2.0 **firebase-functions:** v5.0.1 **firebase-admin:** v12.1.1 ### Test case ### Steps to reproduce When running this part of the pipeline: ``` yml - name: Install functions dependencies...

Needs: Author Feedback

Bumps [ws](https://github.com/websockets/ws) from 7.5.7 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). 7.5.9 Bug fixes Backported bc8bd34e to the...

dependencies

### Version info **firebase-functions-test:** 3.3.0 **firebase-functions:** 5.0.1 **firebase-admin:** 12.1.1 ### Test case ``` import {makeMessage} from "firebase-functions-test/lib/providers/pubsub"; import {onMessagePublished} from "firebase-functions/v2/pubsub" import {wrapV2} from "firebase-functions-test/lib/v2"; import {expect} from "chai"; describe("example",...

type: bug