add chai-enzyme; add/improve Avatar component specs
This commit is contained in:
parent
2ddf4e09f9
commit
b113cf97fb
3 changed files with 23 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
import chai from 'chai';
|
||||
import chaiEnzyme from 'chai-enzyme';
|
||||
chai.use(chaiEnzyme());
|
||||
|
||||
/**
|
||||
* http://airbnb.io/enzyme/docs/guides/jsdom.html
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue