Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
chore: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 25, 2022
1 parent 0279732 commit 7782736
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/peeky-runner/src/runtime/collect-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export function setupTestCollector (ctx: Context): {
}
collect: () => Promise<void>
} {
const suiteHandlers: (() => Promise<unknown>)[] = []
const currentSuites: TestSuite[] = []

const getCurrentSuite = () => currentSuites[currentSuites.length - 1]
Expand Down

0 comments on commit 7782736

Please sign in to comment.