UNPKG

axios-redmine2

Version:

axios-redmine2 is a nodejs library which supports 100% features of Redmine's REST API. Support nodejs8+

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' } }; };