UNPKG
wishlist
Version:
latest (0.3.4)
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
Super natural testing framework.
zizisoft.com/wishlist
zhanzhenzhen/wishlist
wishlist
/
test
/
9.coda.coffee
10 lines
(9 loc)
•
236 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
stepIndex = -
1
stepsTimer =
setInterval
(->
if
wishlist.
currentRootTest
==
null
if
stepIndex == steps.
length
-
1
clearInterval
(stepsTimer)
else
stepIndex++ steps[stepIndex]() ,
10
)