We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 768d2c3 commit 76e0d42Copy full SHA for 76e0d42
mocks/websocket.js
@@ -24,7 +24,7 @@ const roomInitData = [
24
`>botdevelopment
25
|raw|<div class="infobox"> You joined Bot Development</div>
26
|raw|<div class="infobox infobox-roomintro"><div class="infobox-limited">Roomintro</div></div>`,
27
-].map(text => text.trim().replaceAll(/\t+/g, ''));
+].map(text => text.trim().replace(/\t+/g, ''));
28
29
class Connection extends EventEmitter {
30
constructor(props) {
0 commit comments