Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)