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