Migrate tests to this repo

This commit is contained in:
Brent Vatne
2018-06-05 16:54:00 -07:00
committed by satyajit.happy
parent 3b454fc19b
commit bac2c7b186
2 changed files with 3 additions and 4 deletions

3
packages/drawer/.babelrc Normal file
View File

@@ -0,0 +1,3 @@
{
"presets": ["react-native"]
}

View File

@@ -1,4 +0,0 @@
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
Enzyme.configure({ adapter: new Adapter() });