Skip to content

Commit 4471bbb

Browse files
authored
Update GlobalAPI.md (#10157)
1 parent 15576d3 commit 4471bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GlobalAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: api
33
title: Globals
44
---
55

6-
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'`.
6+
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'`.
77

88
## Methods
99

0 commit comments

Comments
 (0)