bash-parser
bash-parser copied to clipboard
Delinting (Minor test-file formatting fixes to pass tests)
npm run build && npm test fails on error level style violation:
test/test-loc.js:1:1 ✖ 1:1 Strings must use singlequote. quotes ✖ 3:22 Strings must use singlequote. quotes ✖ 4:28 Strings must use singlequote. quotes ✖ 5:23 Snpm ERR! code ELIFECYCLE
Additional commit to fix Travis CI build:
- I had to use
npm run cover-test - and get a Coveralls token, named it coveralls_repo_token