https://github.com/ziming/javascript-jasmine-testing-playground
Just playing around with javascript testing framework jasmine. Following some online course
https://github.com/ziming/javascript-jasmine-testing-playground
Last synced: 9 months ago
JSON representation
Just playing around with javascript testing framework jasmine. Following some online course
- Host: GitHub
- URL: https://github.com/ziming/javascript-jasmine-testing-playground
- Owner: ziming
- Created: 2017-04-03T07:20:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T07:21:52.000Z (about 9 years ago)
- Last Synced: 2025-03-30T21:37:04.682Z (about 1 year ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Testing
Practice testing your javascript applications using Jasmine!
`git clone https://github.com/udacity/ud549` and open the files in your editor to follow along with [Udacity's JavaScript Testing course](https://www.udacity.com/course/javascript-testing--ud549).