Skip to content

Commit 576b35f

Browse files
authored
fix(test): lazy mode set via command line does not restart test (@fehmer) (monkeytypegame#6908)
1 parent e4c0c28 commit 576b35f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/ts/commandline/commandline-metadata.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ export const commandlineConfigMetadata: CommandlineConfigMetadataObject = {
331331
lazyMode: {
332332
subgroup: {
333333
options: "fromSchema",
334+
afterExec: () => TestLogic.restart(),
334335
},
335336
},
336337
layout: {

0 commit comments

Comments
 (0)