Skip to content

Eslint fixes #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Apr 4, 2019
Prev Previous commit
Next Next commit
clean up tests
  • Loading branch information
amejiarosario committed Mar 29, 2019
commit aae35f756148b5879a1c619fffa4c4985f0741df
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"textlint-plugin-asciidoctor": "1.0.2"
},
"scripts": {
"test": "jest src/ # jest # mocha src/**/*spec.js # jasmine JASMINE_CONFIG_PATH=jasmine.json # node jasmine-runner.js",
"test": "jest src/",
"watch": "jest src/ --watch --coverage",
"coverage": "jest src/ --coverage && open coverage/lcov-report/index.html",
"linter": "npx eslint --fix -f codeframe src/"
Expand Down