mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-31 12:18:42 +08:00
✅ Fix test fails in React 15
This commit is contained in:
parent
bd76dc6b9e
commit
f44ff94dec
@ -1,3 +1,3 @@
|
||||
import demoTest from '../../../tests/shared/demoTest';
|
||||
|
||||
demoTest('tabs');
|
||||
demoTest('tabs', { skip: process.env.REACT === '15' ? ['custom-tab-bar-node.md'] : [] });
|
||||
|
Loading…
Reference in New Issue
Block a user