mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-12 09:36:41 -05: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.'
|
|
)
|
|
})
|
|
})
|