0
0
Fork 0

add chai-enzyme; add/improve Avatar component specs

This commit is contained in:
Kai Schaper 2016-10-12 18:06:18 +02:00
parent 2ddf4e09f9
commit b113cf97fb
3 changed files with 23 additions and 4 deletions

View file

@ -1,3 +1,7 @@
import chai from 'chai';
import chaiEnzyme from 'chai-enzyme';
chai.use(chaiEnzyme());
/**
* http://airbnb.io/enzyme/docs/guides/jsdom.html
*/