Arquivos
Juan Cazala ebac6d8c33 Merge pull request #121 from Jabher/karma_tests
bringing karma for browser testing
2016-08-03 11:26:45 -03:00
..
2016-07-29 15:47:27 +03:00
2016-07-26 16:51:31 -07:00
2016-07-29 15:47:27 +03:00

Test using mocha, from root directory:

mocha test

To test the web version, start a web server at the root dir of this repo, then use your OS browser.

Python to the rescue! From command line run this command:

$ python -m SimpleHTTPServer 8080
#go to http://localhost:8080/test/test_browser.html

Or you can use node.js instead:

$ npm install -g http-server

Then run:

$ http-server
#go to http://localhost:8080/test/test_browser.html