diff options
Diffstat (limited to 'jest.config.js')
-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 6193f26..e86e13b 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,5 @@ /** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */ module.exports = { - preset: 'ts-jest', - testEnvironment: 'node', -};
\ No newline at end of file + preset: 'ts-jest', + testEnvironment: 'node', +}; |