We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
printtesttimetaken
1 parent f581f58 commit 7946e0eCopy full SHA for 7946e0e
1 file changed
docs/README.md
@@ -25,8 +25,7 @@ TODO: add note about requiring the flex helper to run in the background during t
25
```luau title="The Flex testing script" linenums="1"
26
getgenv().FlexDebug = {
27
["printcheckpoints"] = false,
28
- ["delaybetweentests"] = 0,
29
- ["printtesttimetaken"] = false,
+ ["delaybetweentests"] = 0
30
}
31
32
loadstring(game:HttpGet("https://script.flex.gd/"))()
0 commit comments