mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +00:00
Fix tests
This commit is contained in:
parent
a5dd3755e1
commit
87a7e63e31
@ -5,6 +5,9 @@ import {
|
||||
InternalMessage,
|
||||
} from "../../src/external_app/external_messaging";
|
||||
|
||||
// @ts-ignore
|
||||
global.__DEV__ = true;
|
||||
|
||||
class MockExternalMessaging extends ExternalMessaging {
|
||||
public mockSent: InternalMessage[] = [];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user