diff --git a/docs/API.md b/docs/API.md index 8ce818df7d2f..1b9a23462d59 100644 --- a/docs/API.md +++ b/docs/API.md @@ -13,6 +13,8 @@ In your test files, Jest puts each of these methods and objects into the global - `afterEach(fn)` - `beforeEach(fn)` + - `afterAll(fn)` + - `beforeAll(fn)` - [`describe(name, fn)`](#basic-testing) - [`expect(value)`](#expect-value) - [`it(name, fn)`](#basic-testing)