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