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