mantrajs-atom-package icon indicating copy to clipboard operation
mantrajs-atom-package copied to clipboard

add chaiEnzyme-package?

Open macrozone opened this issue 8 years ago • 0 comments

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:

import chai from 'chai'
import chaiEnzyme from 'chai-enzyme'
chai.use(chaiEnzyme());

what do you think?

macrozone avatar Jun 08 '16 13:06 macrozone