website refactor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { vi, describe, it, expect, beforeEach } from 'vitest';
|
||||
import { InMemoryLeagueStandingsRepository } from './InMemoryLeagueStandingsRepository';
|
||||
import type { Logger } from '@core/shared/application';
|
||||
import type { RawStanding } from '@core/league/application/ports/ILeagueStandingsRepository';
|
||||
import type { Logger } from '@core/shared/domain';
|
||||
import type { RawStanding } from '@core/league/application/ports/LeagueStandingsRepository';
|
||||
|
||||
describe('InMemoryLeagueStandingsRepository', () => {
|
||||
let repository: InMemoryLeagueStandingsRepository;
|
||||
|
||||
Reference in New Issue
Block a user