mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-04 00:31:12 -06:00
8 lines
225 B
TypeScript
8 lines
225 B
TypeScript
describe('ShareBundleManageDialogComponent', () => {
|
|
it('is pending implementation', () => {
|
|
pending(
|
|
'ShareBundleManageDialogComponent tests will be implemented once the dialog logic is finalized.'
|
|
)
|
|
})
|
|
})
|