Timo Laak

Results 12 comments of Timo Laak

My 2c with react-scripts 5.0.0 and non-ejected CRA project: I also got an empty coverage report and to fix that I need to explicitly pass a path argument: `"test:coverage": "react-scripts...

This is my bad. I had prettier-stylelint in the plugins section of my .stylelintrc. It shouldn't be there.

This should work, in `src/webpack-shell-plugin.js` ![screen shot 2018-03-20 at 11 23 13](https://user-images.githubusercontent.com/1674055/37651753-2db2114a-2c31-11e8-84c5-dd70ea0bcd74.png)

@iSynth you can also try patching it with https://github.com/ds300/patch-package/ while waiting for a proper fix

I was planning to do it, but when I forked the repo, I noticed that it doesn't build without errors etc. If this repo hasn't had any activity during the...

Last commits were over 3 years ago so I'd consider this repo very much abandoned.

I just encountered this same problem when I was trying to figure out how to extend a base component, using the same template and methods on the parent, but overriding...

Is this actually the Acid 4 test?

The above did not work for me. I had to import the `ApolloServerPlugin` and do a type cast. There must be a type conflict. ```ts import { register } from...

I would have needed these today so take that as a yes.