An open API service indexing awesome lists of open source software.

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)

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;