vessel.spec.ts 163 Bytes
import { Vessel } from './vessel';

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