We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6969315 commit b2bd16aCopy full SHA for b2bd16a
app/shared/__tests__/utils.spec.ts
@@ -58,13 +58,13 @@ describe('utils', () => {
58
it('returns the portrait for breed available as male with male wanted', () => {
59
expectTypeOf(
60
breedEntryToPortrait(getBreedData('Aria') as BreedEntry, 'male'),
61
- ).toMatchTypeOf<PortraitData>();
+ ).toEqualTypeOf<PortraitData>();
62
});
63
64
it('returns the portrait for breed available as female with female wanted', () => {
65
66
breedEntryToPortrait(getBreedData('Aria') as BreedEntry, 'female'),
67
68
69
70
0 commit comments