mirror of
https://github.com/strapi/strapi.git
synced 2025-08-11 10:18:28 +00:00
12 lines
279 B
JavaScript
12 lines
279 B
JavaScript
![]() |
// import RightContentTitle from '../index';
|
||
|
|
||
|
import expect from 'expect';
|
||
|
// import { shallow } from 'enzyme';
|
||
|
// import React from 'react';
|
||
|
|
||
|
describe('<RightContentTitle />', () => {
|
||
|
it('Expect to have unit tests specified', () => {
|
||
|
expect(true).toEqual(true);
|
||
|
});
|
||
|
});
|