Skip to content

Commit

Permalink
remove initial state test
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Nov 11, 2024
1 parent c66b7de commit ffaa2e1
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1021,15 +1021,6 @@ describe('When the add exception modal is opened', () => {
});
});
describe('the reducer', () => {
it('should return the initial state', () => {
const updatedState = createExceptionItemsReducer();
expect(
updatedState(exceptionItemsInitialState, {
type: '',
})
).toEqual(exceptionItemsInitialState);
});

it('should update partialCodeSignatureWarningExists, when warning is true', () => {
const updatedState = createExceptionItemsReducer();
expect(
Expand Down

0 comments on commit ffaa2e1

Please sign in to comment.