Skip to content

Commit f09d012

Browse files
Leo7654sauravhiremath
authored andcommitted
Update GlobalAPI.md (jestjs#10157)
1 parent 9896107 commit f09d012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GlobalAPI.md

+1-1
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)