Files
gridpilot.gg/core/notifications/domain/entities/Notification.test.ts
2025-12-23 19:26:59 +01:00

8 lines
204 B
TypeScript

import * as mod from '@core/notifications/domain/entities/Notification';
describe('notifications/domain/entities/Notification.ts', () => {
it('imports', () => {
expect(mod).toBeTruthy();
});
});