feat(tests): update test configurations and improve mocking setup

This commit is contained in:
Jose Selesan
2026-06-03 09:35:04 -03:00
parent c1b47674c8
commit 473686528e
8 changed files with 27 additions and 19 deletions

View File

@@ -49,7 +49,6 @@ function createContext(body: unknown) {
beforeEach(() => {
createSportMock.mockReset();
mock.clearAllMocks();
});
test('returns 201 with the created sport', async () => {