spelling: consumers

This commit is contained in:
Josh Soref 2019-10-13 02:45:46 -04:00
parent 11e1d8c66e
commit 22d3caed6e

View file

@ -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}`,