refactor: stabilize game, tutor, and analysis flows

This commit is contained in:
Stefan
2026-04-02 12:41:00 +02:00
parent dd5b4b9b95
commit c8a1325798
35 changed files with 2258 additions and 196 deletions
+4
View File
@@ -19,6 +19,10 @@ const config: Config = {
'/node_modules/',
'/e2e/', // Exclude Playwright e2e tests
],
modulePathIgnorePatterns: [
'<rootDir>/.next/',
'<rootDir>/coverage/',
],
transformIgnorePatterns: [
'node_modules/(?!(react-markdown|remark-.*|unified|bail|is-plain-obj|trough|vfile|unist-.*|mdast-.*|micromark.*|decode-named-character-reference|character-entities|property-information|hast-util-whitespace|space-separated-tokens|comma-separated-tokens|ccount|escape-string-regexp|markdown-table|uuid)/)',
],