From 4471bbbb2d009a5d71c7beb702cb3cadb46d0a94 Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 20 Jun 2020 18:58:24 +0900 Subject: [PATCH] Update GlobalAPI.md (#10157) --- docs/GlobalAPI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GlobalAPI.md b/docs/GlobalAPI.md index 2673a6fffd19..c321d53f956b 100644 --- a/docs/GlobalAPI.md +++ b/docs/GlobalAPI.md @@ -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