0
0
Fork 0

add jsdom; add basic Avatar component test

This commit is contained in:
Kai Schaper 2016-10-10 22:32:03 +02:00
parent 1a1b9bbbc0
commit 998f161e1d
4 changed files with 36 additions and 3 deletions

View file

@ -1,7 +1,5 @@
import { expect } from 'chai';
import { shallow } from 'enzyme';
import React from 'react';
global.React = React;
import LoadingIndicator from '../../../app/assets/javascripts/components/components/loading_indicator'