add tests to core

This commit is contained in:
2025-12-23 19:26:59 +01:00
parent 14d390b831
commit 7290fe69b5
72 changed files with 861 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import * as mod from '@core/media/domain/entities/Media';
describe('media/domain/entities/Media.ts', () => {
it('imports', () => {
expect(mod).toBeTruthy();
});
});