add tests to core
This commit is contained in:
7
core/notifications/domain/entities/Notification.test.ts
Normal file
7
core/notifications/domain/entities/Notification.test.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as mod from '@core/notifications/domain/entities/Notification';
|
||||
|
||||
describe('notifications/domain/entities/Notification.ts', () => {
|
||||
it('imports', () => {
|
||||
expect(mod).toBeTruthy();
|
||||
});
|
||||
});
|
||||
@@ -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