12 lines
285 B
JavaScript
Raw Normal View History

2016-09-30 18:25:04 +02:00
// import NotificationProvider from '../index';
import expect from 'expect';
// import { shallow } from 'enzyme';
// import React from 'react';
describe('<NotificationProvider />', () => {
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
});
});