mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
Merge branch 'core/admin-config' of github.com:strapi/strapi into core/notification-api
This commit is contained in:
commit
d6c1016859
10
packages/core/admin/admin/src/tests/StrapiApp.test.js
Normal file
10
packages/core/admin/admin/src/tests/StrapiApp.test.js
Normal file
@ -0,0 +1,10 @@
|
||||
import { render } from '@testing-library/react';
|
||||
import StrapiApp from '../StrapiApp';
|
||||
|
||||
describe('ADMIN | StrapiApp', () => {
|
||||
it('should render the app without plugins', () => {
|
||||
const app = StrapiApp({});
|
||||
|
||||
render(app.render());
|
||||
});
|
||||
});
|
||||
Loading…
x
Reference in New Issue
Block a user