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

https://github.com/davemo/jasmine-intro

An introduction to JasmineBDD
https://github.com/davemo/jasmine-intro

Last synced: 8 months ago
JSON representation

An introduction to JasmineBDD

Awesome Lists containing this project

README

          

This is a simple Jasmine spec and production code sample I use to introduce some of the concepts of test driving to developers new to testing JS.

Covered so far:

- Test Driving: AJAX and Event Handlers.