mirror of
https://github.com/strapi/strapi.git
synced 2025-07-24 01:18:17 +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);
|
|
});
|
|
});
|