refactor: stabilize game, tutor, and analysis flows
This commit is contained in:
@@ -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)/)',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user