mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-10 21:34:20 -06: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.'
|
|
)
|
|
})
|
|
})
|