mirror of
https://github.com/strapi/strapi.git
synced 2025-07-19 15:06:11 +00:00
12 lines
351 B
Handlebars
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);
|
||
|
});
|
||
|
});
|