Fix test fails in React 15

This commit is contained in:
afc163 2019-03-08 10:51:39 +08:00
parent bd76dc6b9e
commit f44ff94dec
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

View File

@ -1,3 +1,3 @@
import demoTest from '../../../tests/shared/demoTest';
demoTest('tabs');
demoTest('tabs', { skip: process.env.REACT === '15' ? ['custom-tab-bar-node.md'] : [] });