mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
isSafari mock
This commit is contained in:
@@ -399,5 +399,5 @@ function makeStaticByteArray(length: number) {
|
||||
class PlatformUtilsServiceMock extends PlatformUtilsService {
|
||||
isEdge = () => false;
|
||||
isIE = () => false;
|
||||
getDevice = () => super.getDevice();
|
||||
isSafari = () => super.isSafari();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user