mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
Enhance teamSlice test to include initial state in clearTeamState test case
This commit is contained in:
@@ -69,6 +69,7 @@ describe('teamSlice', () => {
|
||||
describe('clearTeamState', () => {
|
||||
it('should reset to initial state', () => {
|
||||
const populated = {
|
||||
...initialState,
|
||||
teams: [mockTeam],
|
||||
members: [mockMember],
|
||||
invites: [mockInvite],
|
||||
|
||||
Reference in New Issue
Block a user