Browse Source

Merge pull request #983 from n1073645/gruntSpelling

Grunt npm tests comment changed to npm test
d98762625 5 years ago
parent
commit
29255d2338
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -37,7 +37,7 @@ module.exports = function (grunt) {
         ]);
         ]);
 
 
     grunt.registerTask("configTests",
     grunt.registerTask("configTests",
-        "A task which configures config files in preparation for tests to be run. Use `npm tests` to run tests.",
+        "A task which configures config files in preparation for tests to be run. Use `npm test` to run tests.",
         [
         [
             "clean:config", "clean:nodeConfig", "exec:generateConfig", "exec:generateNodeIndex"
             "clean:config", "clean:nodeConfig", "exec:generateConfig", "exec:generateNodeIndex"
         ]);
         ]);