mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
8 lines
189 B
TypeScript
8 lines
189 B
TypeScript
|
|
import { OrganicEntity } from './organic-entity.model';
|
||
|
|
|
||
|
|
describe('OrganicEntity', () => {
|
||
|
|
it('should create an instance', () => {
|
||
|
|
expect(new OrganicEntity()).toBeTruthy();
|
||
|
|
});
|
||
|
|
});
|