sc-portal/app/src/app/directives/lazy-load.directive.spec.ts

9 lines
232 B
TypeScript

import { LazyLoadDirective } from './lazy-load.directive';
describe('LazyLoadDirective', () => {
it('should create an machine', () => {
const directive = new LazyLoadDirective();
expect(directive).toBeTruthy();
});
});