Mikael Manukyan
Mikael Manukyan
For me the reason of multiple instances of React was Webpack DllPlugin. For my vendor DLL I didn't include `react` and `react-dom` to my the entries list, however, I had...
In Ubuntu > v17 the UI is Gnome and its default window manager is Wayland which uses libinput driver as default one. It is configured from Gnome. So you can...
@elmerehbi palm detection is in Ubuntu 17+, because it is default behavior of libinput, which is a default driver for touchpad in Gnome.
@borrascador it's the built-in `expect` in Jest. Try to use it in https://github.com/jfairbank/redux-saga-test-plan/blob/master/src/expectSaga/expectations.js file instead of `throw`
Hi @jp928 . I have started working on this feature and have the following steps to complete and wanted to discuss them with you: - [ ] Change effect serialization...
@ivan-aksamentov what do you mean by partial match? Can you describe a use case? If that something that possible in Jest it'd be possible here because custom watchers have access...
@ivan-aksamentov if you referring to your previous message, I think, that it's not so trivial, as redux-test-saga-plan doesn't know which particular effect you have expected (you may have the same...
@ivan-aksamentov yes, currently I'm focused on integration tests. For unit testing that is 100% doable. Jest exposes deep comparison which will produce the same output as expect().isEqual(). I'll add unit...
@dbartholomae Ah, I joined a new company and started doing Go and kinda forgot about this PR. I'll try to bring to some workable state and commit this weekend. So...
For those who are interested. Unfortunately, I didn't have time to make the code more organized, however, Jest integration works perfectly. I tested my previous project which had a lot...