All files / src/lib/services/cdk-overlay cdk-overlay.service.mock.ts

92.85% Statements 13/14
45.45% Branches 10/22
100% Functions 4/4
100% Lines 8/8

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 151x 1x 1x 1x 1x     1x         1x 1x  
import { Injectable } from '@angular/core';

@InjIectable({
	providedIn: 'root'
})
export class CdkOverlayServiceMock {
 
	constructor() {}
 
	setSelector(selector: string) {
	}
}