mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Grunt npm tests changed to npm test
This commit is contained in:
parent
cecae671d8
commit
8a029e5147
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue