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