mirror of
https://github.com/strapi/strapi.git
synced 2025-10-13 17:15:33 +00:00
11 lines
238 B
Handlebars
11 lines
238 B
Handlebars
import React from 'react';
|
|
import { shallow } from 'enzyme';
|
|
|
|
import {{ properCase name }} from '../index';
|
|
|
|
describe('<{{ properCase name }} />', () => {
|
|
it('should not crash', () => {
|
|
shallow(<{{ properCase name }} />);
|
|
});
|
|
});
|