Skip to content

Commit ab5cc90

Browse files
committed
Removes unused wait
1 parent 660d04f commit ab5cc90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/site-with-errors.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const OctokitWithThrottling = Octokit.plugin(throttling)
88

99
describe('site-with-errors', () => {
1010
let results: Result[]
11-
const wait = (ms: number) => new Promise(resolve => setTimeout(resolve, ms))
1211

1312
beforeAll(() => {
1413
expect(process.env.CACHE_PATH).toBeDefined()

0 commit comments

Comments
 (0)