We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9511115 commit 1806a09Copy full SHA for 1806a09
README.md
@@ -79,7 +79,7 @@ Or, for `babel`, a `.babelrc` with:
79
Or, for `jest`:
80
81
```javascript
82
-const {jest: jestConfig} = require('@hover/javascript/config')
+const {jest: jestConfig} = require('@hover/javascript/jest')
83
module.exports = Object.assign(jestConfig, {
84
// your overrides here
85
0 commit comments