website refactor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { LeagueScoringConfig } from './LeagueScoringConfig';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import type { ChampionshipConfig } from '../types/ChampionshipConfig';
|
||||
import { PointsTable } from '../value-objects/PointsTable';
|
||||
import { LeagueScoringConfig } from './LeagueScoringConfig';
|
||||
|
||||
const mockPointsTable = new PointsTable({ 1: 25, 2: 18, 3: 15 });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user