We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a44ae commit 8e0de7cCopy full SHA for 8e0de7c
1 file changed
src/backend/tests/unmocked/team-type.test.ts
@@ -77,7 +77,7 @@ describe('Team Type Tests', () => {
77
organization
78
);
79
80
- expect(result).toEqual({
+ expect(result).toMatchObject({
81
name: 'teamType3',
82
iconName: 'YouTubeIcon',
83
description: '',
0 commit comments