diff --git a/ui/test/index.js b/ui/test/index.js index 292f6a2e..af3d3478 100644 --- a/ui/test/index.js +++ b/ui/test/index.js @@ -67,7 +67,7 @@ test('renders without exploding', (t) => { }); test('renders without exploding', (t) => { - const Tab = require('../src/components/tab'); + const Tab = require('../src/components/tabs/tab'); const wrapper = shallow(); t.deepEqual(wrapper.length, 1); });