There should be some amount of testing to verify that the functionality doesn't change when bugfixes or improvements are made.
- Test the JS things, not the gforth stuff
- Use Jasmine for browser testing
- For testing the accessibility of the webpage, use axe-core
There should be some amount of testing to verify that the functionality doesn't change when bugfixes or improvements are made.
* Test the JS things, not the gforth stuff
* Use [Jasmine](https://jasmine.github.io/pages/getting_started.html) for browser testing
* For testing the accessibility of the webpage, [use axe-core](https://github.com/marcysutton/axe-jasmine-unit/blob/5b1bc5409ddc5c21be940f6b818c16a4f313bb68/README.md)