vessel.spec.ts 165 Bytes
import { Message } from './message';

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