RYFN

Results 2 issues of RYFN

`const testRequest = supertestChai.request('http://my-url/');` does not work. Results in the following error: ``` /Users/....../node_modules/supertest-chai/index.js:10 var addr = app.address(); ^ TypeError: app.address is not a function at Object.module.exports.request (/Users/....../node_modules/supertest-chai/index.js:10:20) ``` Would...

### Related issues ### [REQUIRED] Version info **node:** 16 **firebase-functions:** 4.3.1 **firebase-tools:** 11.24.0 **firebase-admin:** 11.3.0 ### [REQUIRED] Test case I want to deploy the same function to multiple GCP projects,...