import { ModelItemModel } from './model-item.model'; describe('ModelItemModel', () => { it('should create an instance', () => { expect(new ModelItemModel()).toBeTruthy(); }); });