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
I'm trying to use Jest and also use the local ZAT server to accelerate my development process, as the dev compiled version of my code is just too big to upload to Zendesk for testing.
I need to be able to mock my secure API calls in local dev, to streamline my development process, but can't find an easy way in webpack or jest to overwrite the one being by ZAT Server which is a bit of a mystery black-box from the user end.
I'm happy to have a dig around in the code and see if I can add something of value here... is this an enhancement or contribution y'all would be open to?
The text was updated successfully, but these errors were encountered:
TimOgilvy
changed the title
Mock ZAFClient for local dev and jest
Mock ZAFClient for local dev and jest?
Feb 14, 2022
Just noticed the ZCLI tool, so had a look at that, does not seem to have any of the mature functionality of the ZAT setup. Not sure how to get help or where to contribute at this point.
Hello!
I'm trying to use Jest and also use the local ZAT server to accelerate my development process, as the dev compiled version of my code is just too big to upload to Zendesk for testing.
I need to be able to mock my secure API calls in local dev, to streamline my development process, but can't find an easy way in webpack or jest to overwrite the one being by ZAT Server which is a bit of a mystery black-box from the user end.
I'm happy to have a dig around in the code and see if I can add something of value here... is this an enhancement or contribution y'all would be open to?
The text was updated successfully, but these errors were encountered: