From b85c3c907e843c13fc934c39680184717c9ec93d Mon Sep 17 00:00:00 2001 From: literat Date: Thu, 16 May 2024 09:42:34 +0200 Subject: [PATCH] fixup! Test(web-react): Use jest-config-spirit common preset --- packages/web-react/jest.config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/web-react/jest.config.ts b/packages/web-react/jest.config.ts index b8d68402b0..419ab9d8d9 100644 --- a/packages/web-react/jest.config.ts +++ b/packages/web-react/jest.config.ts @@ -1,6 +1,11 @@ const config = { preset: 'jest-config-spirit/jsdom', + /** + * @TODO: Move this configuration to the `jest-config-spirit` preset + * + * @see: https://github.com/lmc-eu/spirit-design-system/issues/1413 + */ // A list of paths to modules that run some code to configure or set up the testing framework before each test file in the suite is executed. // https://jestjs.io/docs/configuration#setupfilesafterenv-array setupFilesAfterEnv: ['/config/jest/setupTestingLibrary.ts'],