https://github.com/rhildred/jasminetests
using jasmine as in text
https://github.com/rhildred/jasminetests
Last synced: about 1 year ago
JSON representation
using jasmine as in text
- Host: GitHub
- URL: https://github.com/rhildred/jasminetests
- Owner: rhildred
- Created: 2022-01-17T03:47:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T23:57:39.000Z (over 1 year ago)
- Last Synced: 2025-06-14T19:11:30.303Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jasminetests
using jasmine as in [text](https://www.oreilly.com/library/view/object-oriented-javascript/9781785880568/)
This is a starting place for a simple project with tests. I introduced it (start of chapter 12) along with functions chapter 3 as the minimal requirement for tdd.
To use this:
```
npm install
npm test
```
The test is in the spec folder. The unit under test is functions.js.