Skip to content
Prev Previous commit
Next Next commit
Update packages/jest-types/__typetests__/jest.test.ts
Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
  • Loading branch information
SimenB and mrazauskas authored Jan 15, 2023
commit 6883bcc95a3c567992035e6d9065f47e43351b3c
2 changes: 1 addition & 1 deletion packages/jest-types/__typetests__/jest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,4 +589,4 @@ expectType<number>(jest.getSeed());
expectError(jest.getSeed(123));

expectType<boolean>(jest.isEnvironmentTornDown());
expectError<boolean>(jest.isEnvironmentTornDown(123));
expectError(jest.isEnvironmentTornDown(123));