https://github.com/ctrachte/jasmine-demo
Jasmine Testing Demo based on Udacity's Front End NanoDegree curriculum
https://github.com/ctrachte/jasmine-demo
Last synced: about 2 months ago
JSON representation
Jasmine Testing Demo based on Udacity's Front End NanoDegree curriculum
- Host: GitHub
- URL: https://github.com/ctrachte/jasmine-demo
- Owner: ctrachte
- Created: 2020-01-04T15:23:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T01:32:28.000Z (over 6 years ago)
- Last Synced: 2025-01-16T13:19:58.486Z (over 1 year ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Testing
*Created by Udacity with educational notes and adjustments by Caleb Trachte.*
## This example repository is taken from [Udacity's JavaScript Testing course](https://www.udacity.com/course/javascript-testing--ud549).
- This version uses a deprecated version of Jasmine for learning purposes.
- Practice testing your JavaScript applications using Jasmine! `git clone https://github.com/udacity/ud549` and open the files in your editor to follow along!