Skip to content
Snippets Groups Projects
calibrator.spec.ts 168 B
import {Calibrator} from './calibrator';

describe('Calibrator', () => {
  it('should create an instance', () => {
    expect(new Calibrator()).toBeTruthy();
  });
});