2020-08-20 10:42:02 +02:00
|
|
|
import { ModelItemModel } from './model-item.model';
|
|
|
|
|
|
|
|
describe('ModelItemModel', () => {
|
2021-01-25 12:34:23 +01:00
|
|
|
it('should create an instance', () => {
|
|
|
|
expect(new ModelItemModel()).toBeTruthy();
|
|
|
|
});
|
2020-08-20 10:42:02 +02:00
|
|
|
});
|