Skip to content

Commit

Permalink
PR for [UX] Migrate existing markdown content to TSX pages #1056 (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamelachahbar authored Oct 19, 2024
1 parent cb2eb81 commit 20e9924
Show file tree
Hide file tree
Showing 19 changed files with 8,115 additions and 1,584 deletions.
10 changes: 10 additions & 0 deletions src/web/jest.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
setupFilesAfterEnv: ['<rootDir>/setupTests.ts'],
testEnvironment: 'jest-environment-jsdom', // Correct the environment here
moduleFileExtensions: ['js', 'jsx', 'ts', 'tsx'],
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
testMatch: ['**/__tests__/**/*.test.ts?(x)'],
};

Loading

0 comments on commit 20e9924

Please sign in to comment.