Pascal Duez

Results 183 comments of Pascal Duez

Hi, fresh install of scudcloud, not bein able to log in... Ubuntu 16.4 ``` ~ scudcloud --version ScudCloud 1.63 Python 3.5.2 Qt 5.5.1 WebKit 602.1 PyQt 5.5.1 SIP 4.17 ```

Hey @armandabric, thanks for your reply. I'm not sure to fully grasp, but this should be decorrelated from class vs functional components I guess. You can set "default props" on...

You've got to install Jest's type definitions from [`flow-typed`](https://github.com/flow-typed/flow-typed). `npm i -g flow-typed` if you haven't previously. `flow-typed install [email protected]` or any version you use. The Jest definitions contains jest-enzyme...

I would create a mock file, but since a definition can't reference or import another one, I'm afraid your up for some copy/pasting of the flow-typed enzyme declaration and make...

Hi, actually I do use render for presentational components. There's often cases I want to test child elements and render is a bit easier. Otherwise you need the sub components...

@luizbon Thanks for the feedback, I'll give it another try. Still, there are (few) cases where I'd like to test against "real" DOM elements, but well.

I'm not familiar with CRA but I guess this is due the the Jest config key used, `setupFiles` for enzyme. Whereas `jest-enzyme` needs to be configured later in the process....

Hi, a couple of tracks to research: - postcss-plugin-import is async, while css-modules-require-hook is sync. - css-modules-require-hook >= 4.0.6 changed its resolving mechanism, breaking quite some stuff along the way...

@amerllica I quickly looked at your sample repo, why don't you use Webpack for compiling the server-side as well? That would solve your issue and simplify a bit your build.