Skip to content

Mock react-markdown to fix jest issue #1384

Mock react-markdown to fix jest issue

Mock react-markdown to fix jest issue #1384

Triggered via push August 8, 2025 22:43
Status Failure
Total duration 41s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors
lint
Process completed with exit code 1.
lint: src/__mocks__/react-markdown.tsx#L9
[ESLint] react/react-in-jsx-scope: 'jsx' must be in scope when using JSX
lint: src/__mocks__/react-markdown.tsx#L9
[ESLint] indent: Expected indentation of 4 spaces but found 2.
lint: src/__mocks__/react-markdown.tsx#L5
[ESLint] @typescript-eslint/no-explicit-any: Unexpected any. Specify a different type.
lint: src/__mocks__/react-markdown.tsx#L1
[ESLint] quotes: Strings must use doublequote.