mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 22:54:31 +00:00
tests
Signed-off-by: Virginie Ky <virginie.ky@gmail.com>
This commit is contained in:
parent
6ef313894c
commit
60097fcccb
@ -61,9 +61,6 @@ describe('Admin | containers | Webhooks | ListView | reducer', () => {
|
||||
};
|
||||
|
||||
const expectedState = state.setIn(['webhooks', ...keys], action.value);
|
||||
|
||||
expect(reducer(state, action)).toEqual(expectedState);
|
||||
|
||||
//expect(true).toBe(true);
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user