Skip to content

Commit

Permalink
chore: add help text for testconfig Grunt task
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 dequelabs#364
  • Loading branch information
nschonni committed Jun 16, 2017
1 parent 8c5e098 commit 2b66c1f
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 2b66c1f

Please sign in to comment.