mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
fix Tab test
This commit is contained in:
parent
d6835361bc
commit
d44eeb2d70
@ -67,7 +67,7 @@ test('renders <Row> without exploding', (t) => {
|
||||
});
|
||||
|
||||
test('renders <Tab> without exploding', (t) => {
|
||||
const Tab = require('../src/components/tab');
|
||||
const Tab = require('../src/components/tabs/tab');
|
||||
const wrapper = shallow(<Tab />);
|
||||
t.deepEqual(wrapper.length, 1);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user