Blame view
src/app/model/vessel.spec.ts
163 Bytes
632c4ac2f import vessels |
1 2 3 4 5 6 7 |
import { Vessel } from './vessel'; describe('Vessel', () => { // it('should create an instance', () => { // expect(new Vessel()).toBeTruthy(); // }); }); |