Up until now testing has been going well with JSDOM and Mocha. So far have not had to test any components t
The setup JSDOM setup was missing global.navigator.
global.navigator = { userAgent: 'node.js' };