UNPKG

worklog

Version:

Log your work to a specific file, from the cli.

8 lines (6 loc) 128 B
module.exports = function(grunt) { 'use strict'; grunt.config('nodeunit', { files: ['test/*_test.js'] }); };