mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
add getDevice to mocked utils service
This commit is contained in:
@@ -399,4 +399,5 @@ function makeStaticByteArray(length: number) {
|
||||
class PlatformUtilsServiceMock extends PlatformUtilsService {
|
||||
isEdge = () => false;
|
||||
isIE = () => false;
|
||||
getDevice = () => super.getDevice();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user