vessels.spec.ts 158 Bytes
import { Vessels } from './vessels';

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