From 7f8a2ed6be97d8fb94acc63c0b4a96900a1c8162 Mon Sep 17 00:00:00 2001 From: Oto Ciulis Date: Thu, 14 Nov 2024 13:02:40 -0800 Subject: [PATCH] Formatting --- jest.config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/jest.config.js b/jest.config.js index c55640e9..a2c0a184 100644 --- a/jest.config.js +++ b/jest.config.js @@ -14,8 +14,5 @@ module.exports = { moduleFileExtensions: ['ts', 'js', 'json', 'node'], verbose: true, collectCoverage: true, - coverageReporters: [ - "text", - "cobertura" - ] + coverageReporters: ['text', 'cobertura'], };