12 lines
289 B
JavaScript
Raw Normal View History

2016-10-05 11:32:31 +02:00
// import NotificationsContainer from '../index';
2016-09-30 18:25:04 +02:00
import expect from 'expect';
// import { shallow } from 'enzyme';
// import React from 'react';
2016-10-05 11:32:31 +02:00
describe('<NotificationsContainer />', () => {
2016-09-30 18:25:04 +02:00
it('Expect to have unit tests specified', () => {
2016-10-05 11:32:31 +02:00
expect(true).toEqual(true);
2016-09-30 18:25:04 +02:00
});
});