Generate Fern TypeSscript SDK (#3785)
This commit is contained in:
committed by
GitHub
parent
d55b9637c4
commit
2062adac66
13
skyvern-ts/client/tests/custom.test.ts
Normal file
13
skyvern-ts/client/tests/custom.test.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* This is a custom test file, if you wish to add more tests
|
||||
* to your SDK.
|
||||
* Be sure to mark this file in `.fernignore`.
|
||||
*
|
||||
* If you include example requests/responses in your fern definition,
|
||||
* you will have tests automatically generated for you.
|
||||
*/
|
||||
describe("test", () => {
|
||||
it("default", () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user