11 lines
263 B
Handlebars
Raw Normal View History

2017-01-17 13:40:59 +01:00
// import React from 'react';
2017-08-22 15:53:22 +02:00
// import { shallow } from 'enzyme';
// import { {{ properCase name }} } from '../index';
2017-01-17 13:40:59 +01:00
describe('<{{ properCase name }} />', () => {
it('Expect to have unit tests specified', () => {
expect(true).toEqual(false);
});
});