mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-07 12:57:47 +00:00
[tests][cli] convert CLI integration tests to TS (#9672)
Converts the CLI integration tests to TypeScript. This will make it easier to pick apart the test pollution.
This commit is contained in:
@@ -199,6 +199,9 @@ async function fetchCachedToken() {
|
||||
return token;
|
||||
}
|
||||
|
||||
/**
|
||||
* @returns { Promise<String> }
|
||||
*/
|
||||
async function fetchTokenWithRetry(retries = 5) {
|
||||
const {
|
||||
NOW_TOKEN,
|
||||
|
||||
Reference in New Issue
Block a user