Skip to content

Commit

Permalink
Fix auto test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Oct 11, 2023
1 parent 3d34f7b commit acaacba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"eslint_fix": "eslint --fix --ext .js,.html .",
"fix": "npm run eslint_fix",
"pretest": "npm run-script eslint",
"test": "echo '{\"payload\":3}' | node ./test.js test-node --multiplyBy='5' | grep -q '{\"payload\":15}' && echo 'OK'"
"test": "echo '{\"payload\":3}' | node ./test.js test-node --multiplyBy='5' | grep -q '{\"payload\":15' && echo 'OK'"
}
}

0 comments on commit acaacba

Please sign in to comment.