Skip to content

Commit

Permalink
Update GlobalAPI.md (#10157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo7654 committed Jun 20, 2020
1 parent 15576d3 commit 4471bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GlobalAPI.md
Expand Up @@ -3,7 +3,7 @@ id: api
title: Globals
---

In your test files, Jest puts each of these methods and objects into the global environment. You don't have to require or import anything to use them. However, if you prefer explicit imports, you can do `import {describe, expect, it} from '@jest/globals'`.
In your test files, Jest puts each of these methods and objects into the global environment. You don't have to require or import anything to use them. However, if you prefer explicit imports, you can do `import {describe, expect, test} from '@jest/globals'`.

## Methods

Expand Down

0 comments on commit 4471bbb

Please sign in to comment.