Skip to content

Commit

Permalink
docs: fix jest-object ids for docusaurs (#9994)
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed May 7, 2020
1 parent 8c4e9cc commit b172247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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'`.
Expand Down

0 comments on commit b172247

Please sign in to comment.