Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 919 Bytes

README.markdown

File metadata and controls

29 lines (17 loc) · 919 Bytes

Register.js

This is a simple cash register UI widget implemented in Javascript.

  • INCOMPLETE *

Dependencies

Both can be found in /lib.

Running Tests

QUnit is being used to test the library.

The preferred method for running the tests is using the Javascript interpreter of your browser by viewing test/tests.html in your browser.

There is a page for manually testing the widget at test/manual_test.html.

You may attempt to run the tests on the commandline with Rhino by executing test/commandline_runner.js with your interpretter from the root of the project:

rhino -opt -1 test/commandline_runner.js <test>

But currently many of the tests fail in Rhino and I haven't tracked down the reasons.