mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 05:03:39 +08:00
removed test global
This commit is contained in:
parent
23f6775b16
commit
b8206cf0a6
1 changed files with 0 additions and 4 deletions
|
|
@ -32,7 +32,6 @@ import "./popups/google-sign-up-popup";
|
|||
import * as Account from "./pages/account";
|
||||
import "./elements/leaderboards";
|
||||
import { egVideoListener } from "./popups/video-ad-popup";
|
||||
import { updateXpBar } from "./elements/account-button";
|
||||
|
||||
type ExtendedGlobal = typeof globalThis & MonkeyTypes.Global;
|
||||
|
||||
|
|
@ -61,6 +60,3 @@ extendedGlobal.enableSpacingDebug = TestInput.enableSpacingDebug;
|
|||
extendedGlobal.egVideoListener = egVideoListener;
|
||||
|
||||
extendedGlobal.wpmCalculationDebug = TestStats.wpmCalculationDebug;
|
||||
|
||||
//@ts-ignore
|
||||
extendedGlobal.xp = updateXpBar;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue