Skip to content

Commit

Permalink
[jest-each] Update "Importing" section of the doc (#8425)
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz authored and SimenB committed May 6, 2019
1 parent 1404933 commit a722791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-each/README.md
Expand Up @@ -85,7 +85,7 @@ import each from 'jest-each';

```js
// es5
const each = require('jest-each');
const each = require('jest-each').default;
```

## Array of rows
Expand Down

0 comments on commit a722791

Please sign in to comment.