From 6ca0763dedeb2bc49c600add01a5232eff733bd2 Mon Sep 17 00:00:00 2001 From: Lane rashaad <60369920+RLlane2126@users.noreply.github.com> Date: Fri, 27 Mar 2020 22:12:08 -0700 Subject: [PATCH] Revert "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 dd4e1b5f..8ae71a46 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 test` to run tests.", + "A task which configures config files in preparation for tests to be run. Use `npm tests` to run tests.", [ "clean:config", "clean:nodeConfig", "exec:generateConfig", "exec:generateNodeIndex" ]);