Generate Fern TypeSscript SDK (#3785)
This commit is contained in:
committed by
GitHub
parent
d55b9637c4
commit
2062adac66
10
skyvern-ts/client/tests/mock-server/setup.ts
Normal file
10
skyvern-ts/client/tests/mock-server/setup.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { afterAll, beforeAll } from "vitest";
|
||||
|
||||
import { mockServerPool } from "./MockServerPool";
|
||||
|
||||
beforeAll(() => {
|
||||
mockServerPool.listen();
|
||||
});
|
||||
afterAll(() => {
|
||||
mockServerPool.close();
|
||||
});
|
||||
Reference in New Issue
Block a user