https://github.com/blackboxo/simplequnit
A Simple Project of Qunit(NCTU Software Development Practice Homework #2)
https://github.com/blackboxo/simplequnit
Last synced: 6 months ago
JSON representation
A Simple Project of Qunit(NCTU Software Development Practice Homework #2)
- Host: GitHub
- URL: https://github.com/blackboxo/simplequnit
- Owner: blackboxo
- Created: 2017-01-04T11:24:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T13:26:58.000Z (about 9 years ago)
- Last Synced: 2025-04-19T22:55:30.596Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleQunit
The input.html and caculator.js files are for unit test;
Open input.html in browser to see the test and code coverage result;
The precedence.js and node_test.js files are for test case in command line;
use
./node_modules/.bin/qunit -c path of precedence.js -t path of node_test.js
to see the test result;