File size: 219 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
// import { select{{ properCase name }}Domain } from '../selectors';
describe('select{{ properCase name }}Domain', () => {
it('Expect to have unit tests specified', () => {
expect(true).toEqual(false);
});
});
|