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