mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
Range Slider - adding in test
This commit is contained in:
parent
372fd02151
commit
e1542996e9
@ -95,3 +95,9 @@ test('renders <Input> without exploding', (t) => {
|
|||||||
const wrapper = shallow(<Input />);
|
const wrapper = shallow(<Input />);
|
||||||
t.deepEqual(wrapper.length, 1);
|
t.deepEqual(wrapper.length, 1);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('renders <RangeSlider> without exploding', (t) => {
|
||||||
|
const Input = require('../src/components/range-slider');
|
||||||
|
const wrapper = shallow(<Input />);
|
||||||
|
t.deepEqual(wrapper.length, 1);
|
||||||
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user