We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ca3e6 commit d0a44aeCopy full SHA for d0a44ae
1 file changed
src/backend/tests/unit/team-type.test.ts
@@ -59,7 +59,7 @@ describe('Team Type Tests', () => {
59
organization
60
);
61
62
- expect(result).toEqual({
+ expect(result).toMatchObject({
63
name: 'teamType3',
64
iconName: 'YouTubeIcon',
65
organizationId: orgId,
0 commit comments