From fd961cb529704a51e4e2de1b3d6b1a8ebb697e92 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 1 Jun 2023 12:03:56 +0200 Subject: [PATCH] fixed lint problem --- webapp/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/jest.config.js b/webapp/jest.config.js index 5c107ce74..e9185f60e 100644 --- a/webapp/jest.config.js +++ b/webapp/jest.config.js @@ -20,7 +20,7 @@ module.exports = { lines: 83, }, }, - coverageProvider: "v8", + coverageProvider: 'v8', setupFiles: ['/test/registerContext.js', '/test/testSetup.js'], transform: { '.*\\.(vue)$': '@vue/vue2-jest',