We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660d04f commit ab5cc90Copy full SHA for ab5cc90
tests/site-with-errors.test.ts
@@ -8,7 +8,6 @@ const OctokitWithThrottling = Octokit.plugin(throttling)
8
9
describe('site-with-errors', () => {
10
let results: Result[]
11
- const wait = (ms: number) => new Promise(resolve => setTimeout(resolve, ms))
12
13
beforeAll(() => {
14
expect(process.env.CACHE_PATH).toBeDefined()
0 commit comments