Skip to content
New issue

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

fix: jest test generation and small example generation bugfixes #3358

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mscolnick
Copy link
Contributor

@mscolnick mscolnick commented Apr 10, 2024

You can run the tests across all ts-sdk with:

cd seed/ts-sdk
pnpm i
pnpm test

Summary: 18 fails, 37 passes

  • Some fail due to code generation of zurg (conflicting names
  • Some fail when examples produce a Set and Sdk produces a List
  • Some fail when examples produce a Date and Sdk produces a string
  • fern/seed/ts-sdk/api-wide-base-path:
  • fern/seed/ts-sdk/audiences:
  • fern/seed/ts-sdk/enum-query-params:
  • fern/seed/ts-sdk/examples:
  • fern/seed/ts-sdk/exhaustive/no-custom-config:
  • fern/seed/ts-sdk/exhaustive/retain-original-casing:
  • fern/seed/ts-sdk/literal:
  • fern/seed/ts-sdk/mixed-case/no-custom-config:
  • fern/seed/ts-sdk/mixed-case/retain-original-casing:
  • fern/seed/ts-sdk/package-yml:
  • fern/seed/ts-sdk/pagination:
  • fern/seed/ts-sdk/query-parameters/no-serde-layer-query:
  • fern/seed/ts-sdk/response-property:
  • fern/seed/ts-sdk/trace/exhaustive:
  • fern/seed/ts-sdk/trace/no-custom-config:
  • fern/seed/ts-sdk/trace/no-zurg-no-throwing:
  • fern/seed/ts-sdk/trace/no-zurg-trace:
  • fern/seed/ts-sdk/variables:

@dsinghvi
Copy link
Member

@mscolnick unreal, thank you for the clear summary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants