Sha256: 4eb7ef00fa497294d83a4dcbfd166cf4b6c62fa57f2742a8f8f0de5225ce6c41
Contents?: true
Size: 365 Bytes
Versions: 3
Compression:
Stored size: 365 Bytes
Contents
(function(){ process.mixin(require('assert')); task('test', 'run each of the unit tests', function() { var _a, _b, _c, test; _a = []; _b = test_files; for (_c = 0; _c < _b.length; _c++) { test = _b[_c]; _a.push(fs.readFile(test, function(err, code) { return eval(coffee.compile(code)); })); } return _a; }); })();
Version data entries
3 entries across 3 versions & 1 rubygems