This PR adds test scaffolding to the generated SDK. It includes the following changes:
Added Jest as a dev dependency in the package.json file.
Created a tests directory in the generated SDK.
Generated a simple no-op test as a starting point for users.
Included syntax for skipping tests using Jest's skip method in the generated test file.
Added a link to Jest's documentation in the generated test file.
Summary
Modified the SdkGeneratorCli class in the packages/generators/sdk/cli/src/SdkGeneratorCli.ts file to include a method for generating a simple no-op test.
Added Jest as a dev dependency in the package.json file.
Created a new test file in the tests directory of the generated SDK.
The generated test file includes a simple test that is skipped by default, and a link to Jest's documentation for further learning.
Fixes #1.
To checkout this PR branch, run the following command in your terminal:
Description
This PR adds test scaffolding to the generated SDK. It includes the following changes:
Summary
Fixes #1.
To checkout this PR branch, run the following command in your terminal: