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