At the moment it is impossible to test a flow which has a function node, which loads a module with a call to global.get(). (See the documentation on loading modules in function nodes.)
Reason is that the test helper doesn't read a settings.js file in index.js:159.
At the moment it is impossible to test a flow which has a function node, which loads a module with a call to
global.get(). (See the documentation on loading modules in function nodes.)Reason is that the test helper doesn't read a
settings.jsfile inindex.js:159.