sweepai-dev / fern-typescript

Generate TypeScript models, clients, and server interfaces from your API definition.
MIT License
0 stars 0 forks source link

Add test scaffolding to generated SDK #8

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR adds test scaffolding to the generated SDK in the fern-typescript repository. The test scaffolding is similar to the one introduced in fern-python and uses jest as the testing framework.

Summary of Changes

Please review and merge this PR to enable test scaffolding in the generated SDK.

Fixes #1.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/add-test-scaffolding