Skip to content

Commit dc0638b

Browse files
mrtnzlmladeira-github-bot
authored andcommitted
Use Jest version 27.0.1
See release notes: https://jestjs.io/blog/2021/05/25/jest-27 There is currently one issue with global `afterEach` callbacks order which I workarounded by using `afterAll` (see: jestjs/jest#11456). I will wait for the resolution of that issue and update our code accordingly. adeira-source-id: 154daeb2c02992787370c74c897cfb6a6164b0ab
1 parent 7b18637 commit dc0638b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/__tests__/helpers.getRequestBody.test.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// @flow
1+
/**
2+
* @flow
3+
* @jest-environment jsdom
4+
*/
25

36
import { getRequestBody } from '../helpers';
47

0 commit comments

Comments
 (0)