blob: 42c0e37a9032c882cf029f5f5110106b3089398c (
plain)
1
2
3
4
5
6
7
8
9
10
|
// import React from 'react';
// import { shallow } from 'enzyme';
// import {{ properCase name }} from '../index';
describe('<{{ properCase name }} />', () => {
it('Expect to have unit tests specified', () => {
expect(true).toEqual(false);
});
});
|