11 lines
327 B
Handlebars
Raw Normal View History

2017-01-17 13:40:59 +01:00
// import { fromJS } from 'immutable';
2017-08-22 15:53:22 +02:00
// import { makeSelect{{ properCase name }}Domain } from '../selectors';
2017-01-17 13:40:59 +01:00
2017-08-22 15:53:22 +02:00
// const selector = makeSelect{{ properCase name}}Domain();
2017-01-17 13:40:59 +01:00
2017-08-22 15:53:22 +02:00
describe('makeSelect{{ properCase name }}Domain', () => {
2017-01-17 13:40:59 +01:00
it('Expect to have unit tests specified', () => {
2017-08-22 15:53:22 +02:00
expect(true).toEqual(false);
2017-01-17 13:40:59 +01:00
});
});