fix: add missing closing brace in SocialIcon test #4361
Annotations
6 errors and 1 warning
Run pnpm test:coverage:
src/components/SocialIcon.test.tsx#L23
Error: expect(element).toHaveStyle()
- Expected
+ Received
- fill: StringContaining;
❯ src/components/SocialIcon.test.tsx:23:32
|
Run pnpm test:coverage:
src/components/SocialIcon.test.tsx#L39
Error: expect(element).toHaveStyle()
- Expected
+ Received
- opacity: 0;
❯ src/components/SocialIcon.test.tsx:39:39
|
Run pnpm test:coverage:
src/components/SocialIcon.test.tsx#L56
Error: expect(element).toHaveStyle()
- Expected
+ Received
- fill: StringContaining;
❯ src/components/SocialIcon.test.tsx:56:39
|
Run pnpm test:coverage:
src/components/SocialIcon.test.tsx#L81
Error: expect(element).toHaveStyle()
- Expected
+ Received
- opacity: 0;
❯ src/components/SocialIcon.test.tsx:81:39
|
Run pnpm test:coverage:
src/components/SocialIcon.test.tsx#L98
Error: expect(element).toHaveStyle()
- Expected
+ Received
- fill: StringContaining;
❯ src/components/SocialIcon.test.tsx:98:32
|
Run pnpm test:coverage
Process completed with exit code 1.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "stateful-build", "stateful-report", "stateless-build", "stateless-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading