Closed SimonGAndrews closed 3 years ago
This is an object destructure assignment (not supported in Esprunio) however it also contains default assignments. used Babel to get a translation as follows:
Mod passes regression test test\Node\xstate-fsm\fsm.test.js in jest and fixes the issue when running in Esprunio on esp32. :)
fix above had errors testing actions (failed to assign action from config). Reviewed and changed modification to:
open pending further testing
changed mod tested and passes regression test test\Node\xstate-fsm\fsm.test.js in jest. and fixes observed issue in testing actions.
Above error occurs running test_basicMachine.js inEsprunio on esp32. Another destructuging assignment like #6