mirror of
https://github.com/strapi/strapi.git
synced 2025-07-17 14:02:21 +00:00
11 lines
263 B
Handlebars
Executable File
11 lines
263 B
Handlebars
Executable File
// import React from 'react';
|
|
// import { shallow } from 'enzyme';
|
|
|
|
// import { {{ properCase name }} } from '../index';
|
|
|
|
describe('<{{ properCase name }} />', () => {
|
|
it('Expect to have unit tests specified', () => {
|
|
expect(true).toEqual(false);
|
|
});
|
|
});
|