Hi, I want to test the functionality of my module in an automated way.
For the Javascript that is loaded into the browser, it is fairly easy.
But for the the node_helper.js
it is not.
It needs to require from node_helper
which is not published anywhere except the main repo.
I don’t want to copy over and monkey patch my package for the test.
Look here for a reference of what I tried so far: https://github.com/DanielHabenicht/MMM-json/tree/add-node-helper-tests
Any Ideas?
Should MagicMirror provide a Test Harness for modules?