selectors.test.js.hbs 219 Bytes EditWeb IDE 1 2 3 4 5 6 7 // import { select{{ properCase name }}Domain } from '../selectors'; describe('select{{ properCase name }}Domain', () => { it('Expect to have unit tests specified', () => { expect(true).toEqual(false); }); });