From d5e3b708756c06dcc32455d6c3812c60c9b7f3ae Mon Sep 17 00:00:00 2001 From: Stephan Krusche Date: Mon, 11 Nov 2024 07:39:55 +0100 Subject: [PATCH] Development: Fix typo in jest.config.js --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index cfd1c6689168..6fc625124844 100644 --- a/jest.config.js +++ b/jest.config.js @@ -108,7 +108,7 @@ module.exports = { statements: 87.67, branches: 73.81, functions: 82.17, - lines: 87.72X, + lines: 87.72, }, }, coverageReporters: ['clover', 'json', 'lcov', 'text-summary'],