Skip to content

Commit a722791

Browse files
flozzSimenB
authored andcommitted
[jest-each] Update "Importing" section of the doc (#8425)
1 parent 1404933 commit a722791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jest-each/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ import each from 'jest-each';
8585

8686
```js
8787
// es5
88-
const each = require('jest-each');
88+
const each = require('jest-each').default;
8989
```
9090

9191
## Array of rows

0 commit comments

Comments
 (0)