Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix lint warning
  • Loading branch information
mattphillips committed May 27, 2018
commit c773fe111ce81e1799e74aef9102542bc8809c10
2 changes: 2 additions & 0 deletions packages/jest-each/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jest-each is a default export so it can be imported with whatever name you like.
```js
// es6
import each from 'jest-each';
```

```js
// es5
const each = require('jest-each');
```
Expand Down