mirror of
https://github.com/strapi/strapi.git
synced 2025-07-16 05:22:05 +00:00
9 lines
122 B
JavaScript
9 lines
122 B
JavaScript
![]() |
describe('Content-Manager', () => {
|
||
|
test(
|
||
|
'True',
|
||
|
async () => {
|
||
|
expect(true).toBeTruthy();
|
||
|
}
|
||
|
);
|
||
|
});
|