shierro/territory-manager

View on GitHub
internals/generators/component/test.js.hbs

Summary

Maintainability
Test Coverage
// 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);
  });
});