add tests to core
This commit is contained in:
7
core/racing/domain/value-objects/WeekdaySet.test.ts
Normal file
7
core/racing/domain/value-objects/WeekdaySet.test.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as mod from '@core/racing/domain/value-objects/WeekdaySet';
|
||||
|
||||
describe('racing/domain/value-objects/WeekdaySet.ts', () => {
|
||||
it('imports', () => {
|
||||
expect(mod).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user