Skip to content

Commit

Permalink
Grunt npm tests changed to npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
n1073645 committed Mar 17, 2020
1 parent cecae67 commit 8a029e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = function (grunt) {
]);

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"
]);
Expand Down

0 comments on commit 8a029e5

Please sign in to comment.