UNPKG

144 Btext/coffeescriptView Raw
1
2
3# quick and dirty way to run a few tests
4
5run_test [
6
7 "1+1",
8 "2",
9
10]
11
12
13# alert "passed tests: " + ok_tests + " / failed tests: " + ko_tests