mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-16 02:24:57 -05:00
4 lines
128 B
CoffeeScript
4 lines
128 B
CoffeeScript
task 'test', 'run each of the unit tests', ->
|
|
for test in files
|
|
fs.readFile test, (err, code) -> eval coffee.compile code
|