mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
isSafari mock
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user