diff --git a/docs/src/pages/guide/testing.mdx b/docs/src/pages/guide/testing.mdx index d45e53ed5..ea8c6c4ee 100644 --- a/docs/src/pages/guide/testing.mdx +++ b/docs/src/pages/guide/testing.mdx @@ -131,4 +131,4 @@ provide(FormContextKey, MockedForm); provide(FieldContextKey, MockedField); ``` -To learn more about the mock details you should check the source code and see the typescript interfaces for [`FormContext`](https://github.com/logaretm/vee-validate/blob/main/packages/vee-validate/src/types.ts#L145) and [`FieldContext`](https://github.com/logaretm/vee-validate/blob/main/packages/vee-validate/src/types.ts#L66) objects and implement them as mocks. +To learn more about the mock details you should check the source code and see the typescript interfaces for [`FormContext`](https://github.com/logaretm/vee-validate/blob/main/packages/vee-validate/src/types/forms.ts#L333) and [`FieldContext`](https://github.com/logaretm/vee-validate/blob/main/packages/vee-validate/src/types/forms.ts#L156) objects and implement them as mocks.