aljabar/node_modules/algebrite/run-micro-tests.coffee

14 lines
146 B
CoffeeScript

# quick and dirty way to run a few tests
run_test [
"1+1",
"2",
]
# alert "passed tests: " + ok_tests + " / failed tests: " + ko_tests