From b172247443a25e753fc404152c09097098f3c2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Thu, 7 May 2020 10:51:06 +0200 Subject: [PATCH] docs: fix jest-object ids for docusaurs (#9994) --- website/versioned_docs/version-26.0/JestObjectAPI.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/versioned_docs/version-26.0/JestObjectAPI.md b/website/versioned_docs/version-26.0/JestObjectAPI.md index 2a30948e86e3..0e20759bb7be 100644 --- a/website/versioned_docs/version-26.0/JestObjectAPI.md +++ b/website/versioned_docs/version-26.0/JestObjectAPI.md @@ -1,6 +1,7 @@ --- -id: jest-object +id: version-26.0-jest-object title: The Jest Object +original_id: jest-object --- The `jest` object is automatically in scope within every test file. The methods in the `jest` object help create mocks and let you control Jest's overall behavior. It can also be imported explicitly by via `import {jest} from '@jest/globals'`.