rjz / supertest-session

Persistent sessions for supertest
Other
89 stars 21 forks source link

Tests fail for instantiated app #30

Closed rjz closed 6 years ago

rjz commented 6 years ago

The fix in #29 broke tests that create sessions around an existing instance of an app.

app, in my case, is an Object and not a Function. I already have a full working server, but I still need to extract the url from the app object itself.

HT @XVincentX