Skip to content

Commit

Permalink
chore: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jun 19, 2023
1 parent d3070fb commit 1b0e6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/types/general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface EnvironmentReturn {
}

export interface VmEnvironmentReturn {
getVmContext(): Record<string, unknown>
getVmContext(): { [key: string]: any }
teardown(): Awaitable<void>
}

Expand Down

0 comments on commit 1b0e6ad

Please sign in to comment.