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