Jasmine

  • submit to reddit

Testing and specifying JavaScript code with Jasmine

Jasmine is a BDD framework for JavaScript (or CoffeeScript) code, which helps you specify and test your classes and functions as the same time.Jasmine is not...

0 replies - 3957 views - 12/07/11 by Giorgio Sironi in Articles

JavaScript BDD, with Jasmine, without a browser

I’ve been test driving the domain of my build radiator, XFD with the lovely Jasmine BDD framework for JavaScript. Jasmine is lovely. Browsers aren’t. ...

1 replies - 9325 views - 12/13/10 by Julian Simpson in News