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