feat: fix this another way

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-06-14 10:10:56 +02:00
parent 4425a17dd6
commit 5f599539c2
4 changed files with 11 additions and 34 deletions
@@ -37,8 +37,7 @@ describe('The production Airbrake API', () => {
);
const groups = await productionApi.fetchGroups('123456');
expect(groups).toEqual(mockGroupsData);
expect(groups).toStrictEqual(mockGroupsData);
});
it('throws if fetching groups was unsuccessful', async () => {