12 lines
288 B
Handlebars
Raw Normal View History

2016-08-18 11:41:13 +02:00
// import {{ properCase name }} from '../index';
import expect from 'expect';
// import { shallow } from 'enzyme';
// import React from 'react';
describe('<{{ properCase name }} />', () => {
it('Expect to have unit tests specified', () => {
expect(true).toEqual(false);
});
});