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