You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chai-enzyme provides some more tools to test components,
should we add this to the tests as well? It needs a tiny bit of boiler, so it makes sense to generate it:
import chai from 'chai'
import chaiEnzyme from 'chai-enzyme'
chai.use(chaiEnzyme());
what do you think?
The text was updated successfully, but these errors were encountered:
Hi there,
chai-enzyme provides some more tools to test components,
should we add this to the tests as well? It needs a tiny bit of boiler, so it makes sense to generate it:
what do you think?
The text was updated successfully, but these errors were encountered: