Developing and testing javascript code¶
This section describes how to develop and test javascript code in Rundata-net. Rundata-net is based on javascript embedded directly on the HTML pages. It’s an easy solution, which served us well over the years. Described here is a more modern approach, which should help you develop and test javascript code more efficiently.
Install node.js on your system and then install project dependencies:
npm install
Running tests¶
To run the tests, use the following command:
npm test