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

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