mirror of
https://github.com/strapi/strapi.git
synced 2025-07-03 23:20:24 +00:00
9 lines
126 B
JavaScript
9 lines
126 B
JavaScript
describe('Initialize', () => {
|
|
test(
|
|
'Avoid failure',
|
|
async () => {
|
|
expect(true).toBeTruthy();
|
|
}
|
|
);
|
|
});
|