Extract rooms_json merging into images_json into its own class, with unit test.
The unit test actually discovered a bug!
There is an error in browser about 'module' not being defined, at the end of ChildProcessor class. Let's live with this for a while, having the unit test in place is very nice.
Mocha and Chai are added to the project as dev dependencies, to facilitate unit testing.
Extract rooms_json merging into images_json into its own class, with unit test.
The unit test actually discovered a bug!
There is an error in browser about 'module' not being defined, at the end of ChildProcessor class. Let's live with this for a while, having the unit test in place is very nice.
Mocha and Chai are added to the project as dev dependencies, to facilitate unit testing.