pskfry

Results 5 comments of pskfry

> > > I was able to solve this with the solution in [this github issue](https://github.com/axios/axios/issues/1180). I solved it by adding testEnvironment: 'node', to jest.config.js file (in addition to the...

> This works after upgrading to Supertest v5.0.0-0 on Node v12.16.2: > > ```js > const response = await request(server) > .get('/') > .trustLocalhost() > .key(sslConfig.privateKey) > .cert(sslConfig.certificate) > .expect(200)...

> The approach for message services that lack this built-in functionality is usually to link incoming messages and their responses through a unique id that is sent with the request....

in tests i typically mock all material ui components. do you have a reason for not doing so here? it is much easier just to replace all material ui inputs...

well - i just spent a few hours trying to get modifiers to work the way i want them to, but it just messed with the pagination mechanism so much...