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
- Host: GitHub
- URL: https://github.com/davemo/jasmine-intro
- Owner: davemo
- Created: 2011-05-21T02:35:12.000Z (about 15 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T01:43:53.000Z (over 4 years ago)
- Last Synced: 2025-04-04T12:07:56.578Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.