mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-29 02:07:55 +08:00
restarting test after enabling practise words. closes #2523
This commit is contained in:
parent
c85b644b88
commit
f6d8233468
1 changed files with 3 additions and 0 deletions
|
|
@ -2275,6 +2275,7 @@ const commandsPractiseWords: MonkeyTypes.CommandsGroup = {
|
|||
noIcon: true,
|
||||
exec: (): void => {
|
||||
PractiseWords.init(true, false);
|
||||
TestLogic.restart(false, false, undefined, true);
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -2283,6 +2284,7 @@ const commandsPractiseWords: MonkeyTypes.CommandsGroup = {
|
|||
noIcon: true,
|
||||
exec: (): void => {
|
||||
PractiseWords.init(false, true);
|
||||
TestLogic.restart(false, false, undefined, true);
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -2291,6 +2293,7 @@ const commandsPractiseWords: MonkeyTypes.CommandsGroup = {
|
|||
noIcon: true,
|
||||
exec: (): void => {
|
||||
PractiseWords.init(true, true);
|
||||
TestLogic.restart(false, false, undefined, true);
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue