()
| 770 | |
| 771 | describe('closePredicate option', () => { |
| 772 | function getDialogs() { |
| 773 | return overlayContainerElement.querySelectorAll('cdk-dialog-container'); |
| 774 | } |
| 775 | |
| 776 | it('should determine whether closing via the backdrop is allowed', () => { |
| 777 | let canClose = false; |
no outgoing calls
no test coverage detected
searching dependent graphs…