Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jun 19, 2023
1 parent 54b3a31 commit 3bc676b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/runtime/mocker.ts
Expand Up @@ -42,7 +42,7 @@ function isSpecialProp(prop: Key, parentType: string) {
}

export class VitestMocker {
private static pendingIds: PendingSuiteMock[] = []
static pendingIds: PendingSuiteMock[] = []
private spyModule?: typeof import('@vitest/spy')
private resolveCache = new Map<string, Record<string, string>>()

Expand Down

0 comments on commit 3bc676b

Please sign in to comment.