Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rouanw/js-tdd-demo
A set of example jasmine tests, written using TDD
https://github.com/rouanw/js-tdd-demo
Last synced: 4 days ago
JSON representation
A set of example jasmine tests, written using TDD
- Host: GitHub
- URL: https://github.com/rouanw/js-tdd-demo
- Owner: rouanw
- Created: 2016-01-05T12:48:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T12:38:39.000Z (almost 9 years ago)
- Last Synced: 2023-03-28T21:20:29.354Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to TDD in JavaScript
## Running the tests
You'll need nodejs and Chrome installed.
```
npm install
karma start
```## Interesting links
- [Jasmine Documentation](http://jasmine.github.io/2.0/introduction.html)
- [Martin Fowler on TDD](http://martinfowler.com/bliki/TestDrivenDevelopment.html)
- [Martin Fowler on Mocks and Stubs](http://martinfowler.com/articles/mocksArentStubs.html)
- [Kent Beck's TDD by Example Book](http://www.amazon.com/Test-Driven-Development-By-Example/dp/0321146530)
- The editor we were using is called [Atom](https://atom.io/)