mirror of
https://github.com/bitwarden/browser
synced 2024-12-26 01:45:10 +01:00
add getDevice to mocked utils service
This commit is contained in:
parent
ffa7b35494
commit
d0ad865060
@ -399,4 +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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user