diff --git a/src/lib/getProfile.test.ts b/src/lib/getProfile.test.ts index 086b5b1..0bf4b01 100644 --- a/src/lib/getProfile.test.ts +++ b/src/lib/getProfile.test.ts @@ -60,7 +60,7 @@ describe('getProfile', () => { }); }); - it('should get return undefined if a profile does not exist', () => { + it('should return undefined if a profile does not exist', () => { (propIni.decode as jest.Mock).mockReturnValue({ sections: {}, });