mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
removed it.only
This commit is contained in:
parent
32fc03a15c
commit
a1551a4d0f
@ -38,7 +38,7 @@ describe('Admin | containers | ListView', () => {
|
||||
|
||||
afterAll(() => server.close());
|
||||
|
||||
it.only('renders and matches the snapshot', async () => {
|
||||
it('renders and matches the snapshot', async () => {
|
||||
useRBAC.mockImplementation(() => ({
|
||||
isLoading: false,
|
||||
allowedActions: { canUpdate: true, canCreate: true, canRead: true, canDelete: true },
|
||||
|
Loading…
x
Reference in New Issue
Block a user