ESLint: Update rules #396
Annotations
4 errors and 1 warning
|
Button component › should apply correct styles based on size prop:
src/ui/button.test.tsx#L87
TypeError: Cannot read properties of undefined (reading 'props')
at Object.props (src/ui/button.test.tsx:87:47)
|
|
Button component › should apply correct styles for label when variant is secondary:
src/ui/button.test.tsx#L97
TypeError: Cannot read properties of undefined (reading 'className')
at Object.className (src/ui/button.test.tsx:97:53)
|
|
Button component › should apply correct styles for label when is disabled:
src/ui/button.test.tsx#L107
TypeError: Cannot read properties of undefined (reading 'className')
at Object.className (src/ui/button.test.tsx:107:53)
|
|
Tests (jest)
Process completed with exit code 1.
|
|
Tests (jest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|