mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 09:37:04 +01:00
8 lines
232 B
TypeScript
8 lines
232 B
TypeScript
import { SortableDirective } from './sortable.directive';
|
|
|
|
describe('SortableDirective', () => {
|
|
it('should create an instance', () => {
|
|
const directive = new SortableDirective();
|
|
expect(directive).toBeTruthy();
|
|
});
|
|
});
|