Hi Colleagues,
I’m working on the backend part of the Forge Application and stick a little with the setup of integration tests of Forge Storage API. I’ve created a backend function to save the simple “key:value” data using Forge Storage API. Then I define this function in resolver in index.tsx file. The application manifest is in the right shape to use this function. Now, when I try to write the JEST test to invoke this function by bridge.invoke functionality, JEST shows me an error: “Test suite failed to run. The error below may be caused by using the wrong test environment”. Can you advise what JEST settings should be implemented to be able to run integration tests with real backend functions?