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 3f84972 commit 12ad487Copy full SHA for 12ad487
1 file changed
docs/JestObjectAPI.md
@@ -243,7 +243,7 @@ moduleName(); // Will return '42';
243
When using the `factory` parameter for an ES6 module with a default export, the `__esModule: true` property needs to be specified:
244
245
```js
246
-import moduleName, { foo } from '../moduleName';
+import moduleName, {foo} from '../moduleName';
247
248
jest.mock('../moduleName', () => {
249
return {
0 commit comments