mirror of
https://github.com/strapi/strapi.git
synced 2025-07-18 22:45:47 +00:00
11 lines
327 B
Handlebars
Executable File
11 lines
327 B
Handlebars
Executable File
// import { fromJS } from 'immutable';
|
|
// import { makeSelect{{ properCase name }}Domain } from '../selectors';
|
|
|
|
// const selector = makeSelect{{ properCase name}}Domain();
|
|
|
|
describe('makeSelect{{ properCase name }}Domain', () => {
|
|
it('Expect to have unit tests specified', () => {
|
|
expect(true).toEqual(false);
|
|
});
|
|
});
|