fix Tab test

This commit is contained in:
Sérgio Ramos 2016-12-06 11:37:18 +00:00
parent d6835361bc
commit d44eeb2d70
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});