wip
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { calculateRaceDates, getNextWeekday, type ScheduleConfig } from './ScheduleCalculator';
|
||||
import type { Weekday } from '../value-objects/Weekday';
|
||||
|
||||
describe('ScheduleCalculator', () => {
|
||||
/**
|
||||
* Tests for ScheduleCalculator have been moved to:
|
||||
* tests/unit/domain/services/ScheduleCalculator.test.ts
|
||||
*
|
||||
* This file is kept as a stub to avoid placing tests under domain/services.
|
||||
*/
|
||||
describe('calculateRaceDates', () => {
|
||||
describe('with empty or invalid input', () => {
|
||||
it('should return empty array when weekdays is empty', () => {
|
||||
|
||||
Reference in New Issue
Block a user