@@ -1,8 +1,8 @@
|
||||
import { SortableDirective } from './sortable.directive';
|
||||
import { SortableDirective } from './sortable.directive'
|
||||
|
||||
describe('SortableDirective', () => {
|
||||
it('should create an instance', () => {
|
||||
const directive = new SortableDirective();
|
||||
expect(directive).toBeTruthy();
|
||||
});
|
||||
});
|
||||
const directive = new SortableDirective()
|
||||
expect(directive).toBeTruthy()
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user