We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258cdeb commit 5af9b46Copy full SHA for 5af9b46
test/setup.js
@@ -12,3 +12,10 @@ import Enzyme from 'enzyme';
12
Enzyme.configure({ adapter: new Adapter() });
13
14
require('react-native-mock-render/mock');
15
+require('@babel/register')({
16
+ only: [
17
+ 'src/**/*.js',
18
+ 'test/**/*.js',
19
+ 'node_modules/autolinker/dist/es2015/**/*.js',
20
+ ],
21
+});
0 commit comments