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
The business process flow tests that I am writing need the "moveNext" function but it throws a not implemented error, I can see that not all functions are implemented
How might I go about stubbing things like this, and are there plans to include in a future release?
The text was updated successfully, but these errors were encountered:
I'm unsure of the status of this repo and what @camelCaseDave's intention is with it. I originally did a lot of work back in the day, and was given the rights to the repo and to publish, but don't have the time to actively implement the missing features. Also some of the missing features aren't really implementable but that's a different issue. To answer your question though, I generally use jest to add spy's on the functions that need an implementation. It's also js, so you can overwrite functions by prototyping them.
The business process flow tests that I am writing need the "moveNext" function but it throws a not implemented error, I can see that not all functions are implemented
How might I go about stubbing things like this, and are there plans to include in a future release?
The text was updated successfully, but these errors were encountered: