mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 11:36:39 +01:00
8 lines
250 B
TypeScript
8 lines
250 B
TypeScript
|
|
import { StoragePathService } from './storage-path.service'
|
||
|
|
import { commonAbstractNameFilterPaperlessServiceTests } from './abstract-name-filter-service.spec'
|
||
|
|
|
||
|
|
commonAbstractNameFilterPaperlessServiceTests(
|
||
|
|
'storage_paths',
|
||
|
|
StoragePathService
|
||
|
|
)
|