https://github.com/ahmednuaman/javascript-tests
A suite of JavaScript tests (hopefully) useful for interviews
https://github.com/ahmednuaman/javascript-tests
Last synced: 5 months ago
JSON representation
A suite of JavaScript tests (hopefully) useful for interviews
- Host: GitHub
- URL: https://github.com/ahmednuaman/javascript-tests
- Owner: ahmednuaman
- License: apache-2.0
- Created: 2014-06-18T08:30:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T14:23:24.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T04:14:01.970Z (5 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 17
- Watchers: 5
- Forks: 153
- Open Issues: 96
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript Tests [](https://travis-ci.org/ahmednuaman/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.## "But these tests are broke"
Yes, yes they are broke. I need you to fix them and make a PR :)