Hello,
Is there a suggested way of testing XSJS followUp calls using XSUnit test suite?
We would like to be able have full coverage in our unit tests, but the only way we've found to do these tests so far is a setTimeout() to delay for an arbitrary number of seconds until we figure the followUp should have completed - which leads to the occasional failure if something takes a little longer, or waiting several seconds longer for each unit test which adds up to be significant.
Thanks.