William Rust

Results 1 comments of William Rust

Getting cookies from the agent worked for me. ``` import { Cookie, CookieAccessInfo } from 'cookiejar'; it('Has expected cookie', async () => { const agent = request.agent(app); const response =...