MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/nodejs-docs-samples / delay

Function delay

talent/test/talent.test.js:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 const companyService = new talent.CompanyServiceClient();
49 const jobService = new talent.JobServiceClient();
50 const delay = ms => new Promise(resolve => setTimeout(resolve, ms));
51
52 let tenant;
53 let company;

Callers 1

talent.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected