restarting test after enabling practise words. closes #2523

This commit is contained in:
Miodec 2022-02-18 00:37:04 +01:00
parent c85b644b88
commit f6d8233468

View file

@ -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);
},
},
],