Eugene Fidelin

Results 48 comments of Eugene Fidelin

Hi @vejandla, to test middleware that relies on events (has `res.on()`) you need to use real event emitter in the tests. In this section you will find docs on how...

Hi @mocotrah, indeed mock for [links()](https://expressjs.com/en/4x/api.html#res.links) function is not implemented . This project depends heavily on bug fixes and feature improvements from various collaborators. So, if you need this feature...

@aik099, I have different behavior on the page depending on cookie exists or not - that is why I need to set it. Also in a real browser you can...

@aik099 , i don't think it is a good solution, this makes my tests/implementation depend on ZombieJs driver restrictions. Possible solution would be allow to set domain without visiting a...

@aik099, no it is not a session cookie. Cookie is used by JS to hide/show some elements on the page.

Hi @ishubin, if this issue is still relevant, I can take a look into it.

Hi @ishubin I have quickly analysed the `schemio.app.drive.js` bundle using `webpack-bundle-analyzer` tool. The only obvious problem I've notices is indeed usage of monolithic `lodash.js` instead of specific lodash functions. I...

I have also analysed the `schemio-standalone.js` bundle and it has another potential problem. As you can see the bundle contains `postcss/lib` code. AFAIK `postcss` should only be used during the...