mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 07:10:05 +02:00
adding notification test
This commit is contained in:
parent
bce2e8fc01
commit
12e59cae1e
@ -113,3 +113,9 @@ test('renders <Pagination> without exploding', (t) => {
|
|||||||
const wrapper = shallow(<Pagination />);
|
const wrapper = shallow(<Pagination />);
|
||||||
t.deepEqual(wrapper.length, 1);
|
t.deepEqual(wrapper.length, 1);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('renders <Notification> without exploding', (t) => {
|
||||||
|
const Pagination = require('../src/components/notification');
|
||||||
|
const wrapper = shallow(<Pagination />);
|
||||||
|
t.deepEqual(wrapper.length, 1);
|
||||||
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user