Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 482 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 482 Bytes

frontend-tdd-coverage

Workflow to write tests on frontend with Javascript

  • Clone this repository;
  • Install global packages: sudo npm i -g gulp istanbul mocha karma-cli;
  • Install local packages: npm i;

Running

Just type gulp on terminal and anjoy tests and code coverage! You may yet see coverage statistics, on http://localhost:9001/coverage/lcov-report

Assert Libraries documentation

Chai: http://chaijs.com/

License

MIT © DOMPhysis