From a5a6b77b13922fe11b7213a19a907f6a70b328eb Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 26 May 2020 11:30:26 +0300 Subject: style: reformat jest.config.js with prettier --- jest.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jest.config.js b/jest.config.js index b7a3dcd..e972c2d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -3,7 +3,7 @@ module.exports = { testEnvironment: 'node', globals: { 'ts-jest': { - tsConfig: 'tsconfig.spec.json' - } - } + tsConfig: 'tsconfig.spec.json', + }, + }, }; -- cgit v1.2.3