mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
isSafari mock
This commit is contained in:
parent
d9808250c6
commit
85587e0672
@ -399,5 +399,5 @@ function makeStaticByteArray(length: number) {
|
||||
class PlatformUtilsServiceMock extends PlatformUtilsService {
|
||||
isEdge = () => false;
|
||||
isIE = () => false;
|
||||
getDevice = () => super.getDevice();
|
||||
isSafari = () => super.isSafari();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user