Blame view
src/app/component/import-vessels/import-vessels.directive.spec.ts
253 Bytes
632c4ac2f import vessels |
1 2 3 4 5 6 7 8 |
import { ImportVesselsDirective } from './import-vessels.directive'; describe('ImportVesselsDirective', () => { it('should create an instance', () => { const directive = new ImportVesselsDirective(); expect(directive).toBeTruthy(); }); }); |