mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-05-24 15:35:24 +00:00
f34202a82a
See #182
9 lines
227 B
TypeScript
9 lines
227 B
TypeScript
import { SortableDirective } from './sortable.directive'
|
|
|
|
describe('SortableDirective', () => {
|
|
it('should create an instance', () => {
|
|
const directive = new SortableDirective()
|
|
expect(directive).toBeTruthy()
|
|
})
|
|
})
|