Fix requestAnimationFrame warnings in tests.

This commit is contained in:
Caleb
2017-11-11 17:46:38 -07:00
committed by Shawn Erquhart
parent 7c54fbd0df
commit bebea64e33
3 changed files with 8 additions and 0 deletions

@ -1,3 +1,4 @@
import 'raf/polyfill';
import enzyme from 'enzyme';
import enzymeAdapter from 'enzyme-adapter-react-16';