Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vyzaldysanchez/js_katas
A series of katas resolved in JavaScript using TDD with mocha
https://github.com/vyzaldysanchez/js_katas
dominican javascript js-katas mocha tdd testing
Last synced: 2 days ago
JSON representation
A series of katas resolved in JavaScript using TDD with mocha
- Host: GitHub
- URL: https://github.com/vyzaldysanchez/js_katas
- Owner: vyzaldysanchez
- Created: 2015-12-18T14:05:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-12T04:11:22.000Z (almost 9 years ago)
- Last Synced: 2024-11-08T17:55:24.052Z (about 2 months ago)
- Topics: dominican, javascript, js-katas, mocha, tdd, testing
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# js_katas
A series of katas resolved in JavaScript using TDD with mochaFor running all the tests you should have installed node.js v0.8 or higher(https://nodejs.org/en/download/) in other to use
npm to install dev dependencies such as Mocha for testing and gulp(installation: install gulp globally `[sudo] npm install -g gulp`) to automate tasks.So, run in your command line `npm install` to install all dependencies.
And to run the tests, just run `gulp mocha-test` in your command line, and for development, run `gulp` to watch all changes
and run tests after any changes automatically.Have fun! :)