Skip to content

Commit 12ad487

Browse files
committed
format(JestObjectAPI): Format for Prettier
1 parent 3f84972 commit 12ad487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/JestObjectAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ moduleName(); // Will return '42';
243243
When using the `factory` parameter for an ES6 module with a default export, the `__esModule: true` property needs to be specified:
244244

245245
```js
246-
import moduleName, { foo } from '../moduleName';
246+
import moduleName, {foo} from '../moduleName';
247247

248248
jest.mock('../moduleName', () => {
249249
return {

0 commit comments

Comments
 (0)