integration tests
Some checks failed
Contract Testing / contract-tests (pull_request) Failing after 4m46s
Contract Testing / contract-snapshot (pull_request) Has been skipped

This commit is contained in:
2026-01-22 19:16:43 +01:00
parent 597bb48248
commit 2fba80da57
25 changed files with 5143 additions and 7496 deletions

View File

@@ -83,4 +83,8 @@ export class InMemorySeasonRepository implements SeasonRepository {
);
return Promise.resolve(activeSeasons);
}
clear(): void {
this.seasons.clear();
}
}