mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 02:27:06 +01: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();
|
||
|
|
});
|
||
|
|
});
|