mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 23:29:56 +01:00
8 lines
213 B
TypeScript
8 lines
213 B
TypeScript
|
|
describe('ShareBundleDialogComponent', () => {
|
||
|
|
it('is pending implementation', () => {
|
||
|
|
pending(
|
||
|
|
'ShareBundleDialogComponent tests will be implemented once the dialog logic is finalized.'
|
||
|
|
)
|
||
|
|
})
|
||
|
|
})
|