pheuter/essential-react

testing + modular css = unexpected token error

vgrafe opened this issue · 1 comments

Hi there,

What would be the best approach for testing components that import a css file? Modular css does not seem to play well with ava/enzyme... I could find a discussion here that may be relevant, but the solutions found seem to make use of karma.

Found my way using webpack for processing css before testing.