From 12ad4872ba379084932667f91a2b6307e58ce489 Mon Sep 17 00:00:00 2001 From: Spyros Argalias Date: Mon, 10 Jun 2019 20:15:34 +0100 Subject: [PATCH] format(JestObjectAPI): Format for Prettier --- docs/JestObjectAPI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/JestObjectAPI.md b/docs/JestObjectAPI.md index 4c8d89cea4ce..993105fa5eba 100644 --- a/docs/JestObjectAPI.md +++ b/docs/JestObjectAPI.md @@ -243,7 +243,7 @@ moduleName(); // Will return '42'; When using the `factory` parameter for an ES6 module with a default export, the `__esModule: true` property needs to be specified: ```js -import moduleName, { foo } from '../moduleName'; +import moduleName, {foo} from '../moduleName'; jest.mock('../moduleName', () => { return {