diff --git a/ui/test/index.js b/ui/test/index.js index 61458643..473e787c 100644 --- a/ui/test/index.js +++ b/ui/test/index.js @@ -42,11 +42,11 @@ test('renders without exploding', (t) => { t.deepEqual(wrapper.length, 1); }); -test('renders without exploding', (t) => { - const Icon = require('../src/components/icon'); - const wrapper = shallow(); - t.deepEqual(wrapper.length, 1); -}); +// test('renders without exploding', (t) => { +// const Icon = require('../src/components/icon'); +// const wrapper = shallow(); +// t.deepEqual(wrapper.length, 1); +// }); test('renders without exploding', (t) => { const Radio = require('../src/components/radio');