mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 15:19:45 +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.'
|
|
)
|
|
})
|
|
})
|