Skip to content

Commit 1806a09

Browse files
committed
docs(readme): fix Jest configuration example
1 parent 9511115 commit 1806a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Or, for `babel`, a `.babelrc` with:
7979
Or, for `jest`:
8080

8181
```javascript
82-
const {jest: jestConfig} = require('@hover/javascript/config')
82+
const {jest: jestConfig} = require('@hover/javascript/jest')
8383
module.exports = Object.assign(jestConfig, {
8484
// your overrides here
8585

0 commit comments

Comments
 (0)