isSafari mock
This commit is contained in:
parent
d9808250c6
commit
85587e0672
|
@ -399,5 +399,5 @@ function makeStaticByteArray(length: number) {
|
||||||
class PlatformUtilsServiceMock extends PlatformUtilsService {
|
class PlatformUtilsServiceMock extends PlatformUtilsService {
|
||||||
isEdge = () => false;
|
isEdge = () => false;
|
||||||
isIE = () => false;
|
isIE = () => false;
|
||||||
getDevice = () => super.getDevice();
|
isSafari = () => super.isSafari();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue