-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
test('handles removing favourites', () => {
const action = {
type: 'FAVOURITES_REMOVE',
};
const expectedState = ['vibrant corpse'];
const outputState = setFavourites(filledState, action);
expect(outputState).toEqual(expectedState);
});
Functionality to remove favourite from array not reflected by test
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working