mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-03 11:29:28 -05:00
9 lines
232 B
TypeScript
9 lines
232 B
TypeScript
import { SortableDirective } from './sortable.directive';
|
|
|
|
describe('SortableDirective', () => {
|
|
it('should create an instance', () => {
|
|
const directive = new SortableDirective();
|
|
expect(directive).toBeTruthy();
|
|
});
|
|
});
|