/javascript-tests

Primary LanguageJavaScriptApache License 2.0Apache-2.0

JavaScript Tests

A suite of JavaScript tests (hopefully) useful for interviews

How to use

  1. npm install
  2. npm test/npm watch
  3. Get the candidate to complete the tests and Karma should watch the files and run the tests on save.