mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
spelling: consumers
This commit is contained in:
parent
11e1d8c66e
commit
22d3caed6e
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ module.exports = function (grunt) {
|
||||||
},
|
},
|
||||||
setupNodeConsumers: {
|
setupNodeConsumers: {
|
||||||
command: [
|
command: [
|
||||||
"echo '\n--- Testing node conumers ---'",
|
"echo '\n--- Testing node consumers ---'",
|
||||||
"npm link",
|
"npm link",
|
||||||
`mkdir ${nodeConsumerTestPath}`,
|
`mkdir ${nodeConsumerTestPath}`,
|
||||||
`cp tests/node/consumers/* ${nodeConsumerTestPath}`,
|
`cp tests/node/consumers/* ${nodeConsumerTestPath}`,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue