coffeelint-no-focused-jasmine-specs
Version:
CoffeeLint rule to ensure that all your jasmine specs run
16 lines (8 loc) • 295 B
Markdown
# Contributing
## Getting Started
After cloning the project, get started with:
npm install && npm test
`npm test` will lint the code and run tests.
## Testing
Add test cases to `spec/src/no_focused_jasmine_specs_spec.coffee`
Running `npm test` will both lint your code and run tests.