jashkenas--coffeescript/documentation/coffee/cake_tasks.coffee

4 lines
128 B
CoffeeScript
Raw Normal View History

2010-02-21 23:37:52 +00:00
task 'test', 'run each of the unit tests', ->
for test in files
2010-02-21 23:37:52 +00:00
fs.readFile test, (err, code) -> eval coffee.compile code