Generate Fern TypeSscript SDK (#3785)
This commit is contained in:
committed by
GitHub
parent
d55b9637c4
commit
2062adac66
4
skyvern-ts/client/tests/mock-server/randomBaseUrl.ts
Normal file
4
skyvern-ts/client/tests/mock-server/randomBaseUrl.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export function randomBaseUrl(): string {
|
||||
const randomString = Math.random().toString(36).substring(2, 15);
|
||||
return `http://${randomString}.localhost`;
|
||||
}
|
||||
Reference in New Issue
Block a user