This PR adds test scaffolding in the generated SDK. It introduces Jest as a dev dependency and creates a tests/ directory in the generated SDK. Inside this directory, a simple no-op test is generated, including the syntax for skipping tests. Additionally, a link to the Jest documentation is included in the generated test.
Summary of Changes
Added Jest as a dev dependency in the generated SDK.
Created a tests/ directory in the generated SDK.
Generated a simple no-op test inside the tests/ directory.
Included the syntax for skipping tests in the generated test.
Added a link to the Jest documentation in the generated test.
Fixes #1.
To checkout this PR branch, run the following command in your terminal:
Description
This PR adds test scaffolding in the generated SDK. It introduces Jest as a dev dependency and creates a
tests/
directory in the generated SDK. Inside this directory, a simple no-op test is generated, including the syntax for skipping tests. Additionally, a link to the Jest documentation is included in the generated test.Summary of Changes
tests/
directory in the generated SDK.tests/
directory.Fixes #1.
To checkout this PR branch, run the following command in your terminal: