diff --git a/ui/test/index.js b/ui/test/index.js index 4d99225b..292f6a2e 100644 --- a/ui/test/index.js +++ b/ui/test/index.js @@ -113,3 +113,9 @@ test('renders without exploding', (t) => { const wrapper = shallow(); t.deepEqual(wrapper.length, 1); }); + +test('renders without exploding', (t) => { + const Pagination = require('../src/components/notification'); + const wrapper = shallow(); + t.deepEqual(wrapper.length, 1); +});