diff options
| -rw-r--r-- | jest.config.js | 6 |
1 files 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', + }, + }, }; |
