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