Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 693 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 693 Bytes

Mugs

THIS PROJECT IS STILL UNDER HEAVY DEVELOPMENT AND NOTHING IS STABLE

Mugs is a immutable collections library for JavaScript written in Coffeescript. It is the product of the Bachelors project by Mads Hartmann Jensen.

Running the tests

Qunit

First you can you compile the coffeescript into javascript. Simply run 'cake build'. Now point your favorite browser at test/index.html and what the result of running all of the qunit tests

JSCoverage

As above you need to run 'cake build' followed by 'cake jscoverage'. Now point your browser at http://127.0.0.1:8080/jscoverage.html?test/index.html to see the coverage of running the tests.