/codility-js

Solutions of Codility training tasks in JavaScript

Primary LanguageJavaScript

Codility training

Solutions of codility tasks in JavaScript

How to test solutions

  • install mocha test framework: sudo npm install -g mocha
  • install dependence node modules: npm install
  • run test: mocha <test>