Skip to content

Commit

Permalink
fixup! Test(web-react): Use jest-config-spirit common preset
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed May 16, 2024
1 parent dbb8672 commit b85c3c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/web-react/jest.config.ts
Original file line number Diff line number Diff line change
@@ -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: ['<rootDir>/config/jest/setupTestingLibrary.ts'],
Expand Down

0 comments on commit b85c3c9

Please sign in to comment.