We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e18f1f commit e480211Copy full SHA for e480211
flow/jest.js
@@ -810,7 +810,7 @@ type JestObjectType = {
810
* Returns a new, unused mock function. Optionally takes a mock
811
* implementation.
812
*/
813
- fn<TArguments: $ReadOnlyArray<mixed> = $ReadOnlyArray<mixed>, TReturn = any>(
+ fn<TArguments: $ReadOnlyArray<mixed> = $ReadOnlyArray<any>, TReturn = any>(
814
implementation?: (...args: TArguments) => TReturn,
815
): JestMockFn<TArguments, TReturn>,
816
/**
0 commit comments