1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

isSafari mock

This commit is contained in:
Kyle Spearrin
2018-09-14 13:36:03 -04:00
parent d9808250c6
commit 85587e0672

View File

@@ -399,5 +399,5 @@ function makeStaticByteArray(length: number) {
class PlatformUtilsServiceMock extends PlatformUtilsService {
isEdge = () => false;
isIE = () => false;
getDevice = () => super.getDevice();
isSafari = () => super.isSafari();
}