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