UNPKG

fixtable

Version:

A grid library to present tabular data

14 lines (13 loc) 332 B
module.exports = ( grunt, options ) -> test: options: reporter: 'spec' require: 'coffee-script/register' src: ['test/**/*.coffee'] coverage: options: reporter: 'html-cov' quiet: true require: 'coffee-script/register' captureFile: 'doc/coverage.html' src: ['test/**/*.coffee']