strapi/public/internals/generators/container/selectors.test.js.hbs
2016-08-26 14:07:57 +02:00

12 lines
351 B
Handlebars

// import { select{{ properCase name }}Domain } from '../selectors';
// import { fromJS } from 'immutable';
import expect from 'expect';
// const selector = select{{ properCase name}}Domain();
describe('select{{ properCase name }}Domain', () => {
it('Expect to have unit tests specified', () => {
expect('Test case').toEqual(false);
});
});