vendredi 26 octobre 2018

styleName unknown prop when mocking react-css-modules using Jest

I am using jest.mock to mock out react-css-modules for testing my react components.

However, the styleName prop still exists in my components and react complains about Warning: Unknown propstyleNameon <p> tag.

Is there any way to solve this in a testing environment?

Aucun commentaire:

Enregistrer un commentaire