A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Automated Testing for Modules
-
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 fromnode_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-testsAny Ideas?
Should MagicMirror provide a Test Harness for modules? -
had no time to look into your testing code but this repo seems to have tests for node_helper