mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
un-ignore icon component
This commit is contained in:
parent
e33c8e8146
commit
66d82ab84b
@ -42,11 +42,11 @@ test('renders <Container> without exploding', (t) => {
|
|||||||
t.deepEqual(wrapper.length, 1);
|
t.deepEqual(wrapper.length, 1);
|
||||||
});
|
});
|
||||||
|
|
||||||
// test('renders <Icon> without exploding', (t) => {
|
test('renders <Icon> without exploding', (t) => {
|
||||||
// const Icon = require('../src/components/icon');
|
const Icon = require('../src/components/icon');
|
||||||
// const wrapper = shallow(<Icon />);
|
const wrapper = shallow(<Icon />);
|
||||||
// t.deepEqual(wrapper.length, 1);
|
t.deepEqual(wrapper.length, 1);
|
||||||
// });
|
});
|
||||||
|
|
||||||
test('renders <Radio> without exploding', (t) => {
|
test('renders <Radio> without exploding', (t) => {
|
||||||
const Radio = require('../src/components/radio');
|
const Radio = require('../src/components/radio');
|
||||||
|
Loading…
Reference in New Issue
Block a user