Integration Tests
To make sure that your SDK works in production, Fern will auto-generate integration tests that run before release. The release will only take place if no tests fail.
What gets generated?
Adding additional tests
If you would like to add additional tests, you can do so by committing them
directly to the generated SDK repositories. Note that you will need to
add the test files to your .fernignore
file to prevent them from being
overwritten by Fern.