Open
Description
We got jest tests running, but I had to add some hacks to get it to pass. In particular, the panel does not seem to get initialized properly in the tests:
https://github.com/NatelEnergy/grafana-plotly-panel/blob/master/src/module.ts#L128
I tried to follow the pattern from grafana using:
https://github.com/NatelEnergy/grafana-plotly-panel/blob/master/specs/panel.jest.ts#L30