mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 06:01:28 +08:00
removed crown test
This commit is contained in:
parent
76b0b3b448
commit
7f9d55b5da
1 changed files with 0 additions and 11 deletions
|
|
@ -15,17 +15,6 @@ global.filters = ResultFilters.getFilters();
|
|||
|
||||
global.glarsesMode = toggleGlarses;
|
||||
|
||||
global.crownTest = async () => {
|
||||
console.log(
|
||||
"local pb",
|
||||
await DB.getLocalPB("time", 60, false, "english", "normal")
|
||||
);
|
||||
console.log(
|
||||
"local highest wpm",
|
||||
await DB.getUserHighestWpm("time", 60, false, "english", "normal")
|
||||
);
|
||||
};
|
||||
|
||||
global.filterDebug = Account.toggleFilterDebug;
|
||||
|
||||
global.stats = TestStats.getStats;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue