mkg0 / jest-webpack-resolver

path resolver for jest through the webpack.config. Auto detect webpack's resolve properties like aliases, plugins and more
44 stars 6 forks source link

Add silent option #8

Closed guilhermelimak closed 6 years ago

guilhermelimak commented 6 years ago

First of all, thanks a lot for this plugin, it's very simple and exactly what I was looking for.

The only think that bugs me a bit is the Webpack Resolver using: ./config/webpack.client.js message logged to the console when running tests.

Would you merge a PR that added an option to make this plugin silent or is there such option already (I couldn't find it in the docs)? I think I could implement it in a day or two, looks like something simple to do.

Thanks again for creating this :]

mkg0 commented 6 years ago

It makes sense, thanks for great feedback 👍

sure PR welcome :)

guilhermelimak commented 6 years ago

Sorry for the delay, missed the notification and forgot completely about this thread.

So here's the PR, if something needs to be changed just leave me a comment and tomorrow I can fix it.

cheers

mkg0 commented 6 years ago

https://github.com/mkg0/jest-webpack-resolver/pull/9