definma-ui/src/app/models/model-item.model.spec.ts

8 lines
184 B
TypeScript
Raw Normal View History

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();
});
});