Skip to content

Commit

Permalink
chore: add help text for testconfig Grunt task (#365)
Browse files Browse the repository at this point in the history
A message will be printed out explaining the task purpose when running
`grunt --help`

Related #364
  • Loading branch information
nschonni authored and WilcoFiers committed Jun 16, 2017
1 parent 08b3feb commit 3d44011
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/tasks/testconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
'use strict';

module.exports = function (grunt) {
grunt.registerMultiTask('testconfig', function () {
grunt.registerMultiTask('testconfig',
'This task creates a file with all the source test config and HTML fixutres in a single JS object "test"',
function () {

var result = {
tests: {},
Expand Down

0 comments on commit 3d44011

Please sign in to comment.