From 8a029e514765a42272d43c6bf5cfebeae9a3023a Mon Sep 17 00:00:00 2001 From: n1073645 Date: Tue, 17 Mar 2020 08:40:15 +0000 Subject: [PATCH] Grunt npm tests changed to npm test --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 8ae71a46..dd4e1b5f 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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" ]);