We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instead of mocking the api, that's a closer to real solution: http https://github.com/blueberryapps/vcr.js/
It records one interaction and stores the response, so the call happens only the first time and gets stored as json, next time it takes the json.
It might be useful. But if we think that's not "real" enough, we just use a real contentful space for that.
The text was updated successfully, but these errors were encountered:
Reading about the yargs, found that, it might be useful: https://github.com/yargs/yargs/blob/master/docs/advanced.md#testing-a-command-module
Sorry, something went wrong.
sannamar
No branches or pull requests
Instead of mocking the api, that's a closer to real solution: http https://github.com/blueberryapps/vcr.js/
It records one interaction and stores the response, so the call happens only the first time and gets stored as json, next time it takes the json.
It might be useful. But if we think that's not "real" enough, we just use a real contentful space for that.
The text was updated successfully, but these errors were encountered: