Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit dd1de51

Browse files
committed
Test the RoomHeader changes
1 parent 3e3317d commit dd1de51

File tree

4 files changed

+597
-27
lines changed

4 files changed

+597
-27
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
"@percy/cypress": "^3.1.1",
139139
"@sentry/types": "^6.10.0",
140140
"@sinonjs/fake-timers": "^9.1.2",
141+
"@testing-library/jest-dom": "^5.16.5",
141142
"@testing-library/react": "^12.1.5",
142143
"@types/classnames": "^2.2.11",
143144
"@types/commonmark": "^0.27.4",

src/stores/WidgetEchoStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class WidgetEchoStore extends EventEmitter {
111111
}
112112
}
113113

114-
let singletonWidgetEchoStore = null;
114+
let singletonWidgetEchoStore: WidgetEchoStore | null = null;
115115
if (!singletonWidgetEchoStore) {
116116
singletonWidgetEchoStore = new WidgetEchoStore();
117117
}

0 commit comments

Comments
 (0)