removed it.only

This commit is contained in:
ronronscelestes 2021-11-16 15:06:35 +01:00
parent 32fc03a15c
commit a1551a4d0f

View File

@ -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 },