UNPKG

node-redmine

Version:

node-redmine is a nodejs library which supports 100% features of Redmine's REST API.

18 lines (15 loc) 331 B
'use strict'; module.exports = function mochacli(grunt) { // Load task grunt.loadNpmTasks('grunt-mocha-cli'); // Options return { src: ['/test/**/*.js'], options: { timeout: 6000, 'check-leaks': true, ui: 'bdd', reporter: 'spec' } }; };