blob: 4ad7530ba09195167709718ca8c38ed405e33dec (
plain)
1
2
3
4
5
6
7
8
|
// 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);
});
});
|