shierro/territory-manager

View on GitHub
internals/generators/container/selectors.test.js.hbs

Summary

Maintainability
Test Coverage
// import { fromJS } from 'immutable';
// import { select{{ properCase name }}Domain } from '../selectors';

describe('select{{ properCase name }}Domain', () => {
  it('Expect to have unit tests specified', () => {
    expect(true).toEqual(false);
  });
});