We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a995c3 commit c67f943Copy full SHA for c67f943
test/tests.js
@@ -26,7 +26,7 @@ test(function(t) {
26
27
test(function(t) {
28
t.plan(1)
29
- exec('echo \'{"foo": "bar"}\n{"baz": "taco"}\' | jsonreduce \'this.keys = this.keys.concat(Object.keys(current))\' --memo \'{"keys": []}\'', function(err, output) {
+ exec('echo \'{"foo": "bar"}\n{"baz": "taco"}\' | node ../cli.js \'this.keys = this.keys.concat(Object.keys(current))\' --memo \'{"keys": []}\'', function(err, output) {
30
t.equal(output, '{"keys":["foo","baz"]}\n', '--memo cli parameter')
31
})
32
0 commit comments