Update tests. remove converted test for the time being

This commit is contained in:
Sam El-Husseini
2018-04-21 10:45:02 -07:00
parent ff892dbcb4
commit 6ac64f0e3d
11 changed files with 36 additions and 32 deletions

View File

@ -54,7 +54,7 @@ function runGameOnce() {
}
// Run code appropriate to the present state of the game
if (state == "NEWSIDE") {
target_time = 5 + Math.random(5)
target_time = 5 + Math.randomInt(5)
state = "COOKING"
startTimer()
} else if (state == "COOKING") {