Revert "Grunt npm tests changed to npm test"

This commit is contained in:
Lane rashaad 2020-03-27 22:12:08 -07:00 committed by GitHub
parent 29255d2338
commit 6ca0763ded
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 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" "clean:config", "clean:nodeConfig", "exec:generateConfig", "exec:generateNodeIndex"
]); ]);