Skip to content

Commit

Permalink
Update GlobalAPI.md (jestjs#10157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo7654 authored and sauravhiremath committed Jul 20, 2020
1 parent 9896107 commit f09d012
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 f09d012

Please sign in to comment.