You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes! This was the issue. I managed to sort of hot-fix it by appending var to necessary functions to force them into a global scope but obviously not the best shot. Thank you for finding this I was wondering what was causing it!
We had a shot at ES6'ing the gauge code, but the issue is that importing it then to a ES5 codebase (new_mapping.js) gave us lots of problems. How necessary are the tests to the gauge?
Description
ES6 module needs exporting to allow testing.
Steps to reproduce
The actual vs expected behaviour
At the moment functions are out of scope and unaccessable i believe this is due to the import statement for guage.js.
Additional Information
The text was updated successfully, but these errors were encountered: