mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-24 22:39:02 -06:00
8 lines
221 B
TypeScript
8 lines
221 B
TypeScript
describe('ShareLinkBundleDialogComponent', () => {
|
|
it('is pending implementation', () => {
|
|
pending(
|
|
'ShareLinkBundleDialogComponent tests will be implemented once the dialog logic is finalized.'
|
|
)
|
|
})
|
|
})
|