bash-parser icon indicating copy to clipboard operation
bash-parser copied to clipboard

Delinting (Minor test-file formatting fixes to pass tests)

Open dotmpe opened this issue 7 years ago • 1 comments

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

dotmpe avatar Apr 27 '18 00:04 dotmpe

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

dotmpe avatar Apr 27 '18 00:04 dotmpe