fix: filterChip props에서 순환 참조가 발생하는 문제를 해결한다 #3586
Annotations
2 errors and 3 warnings
|
ci
The process '/usr/bin/xvfb-run' failed with exit code 1
|
|
<FilterChip /> › when href provided › match snapshot:
packages/vibrant-components/src/lib/FilterChip/FilterChip.spec.tsx#L23
expect(received).toMatchSnapshot()
Snapshot name: `<FilterChip /> when href provided match snapshot 1`
- Snapshot - 1
+ Received + 4
@@ -28,11 +28,14 @@
max-width: 100%;
-webkit-align-self: flex-start;
-ms-flex-item-align: flex-start;
align-self: flex-start;
min-height: 38px;
- padding: 10px;
+ padding-left: 10px;
+ padding-right: 10px;
+ padding-top: 10px;
+ padding-bottom: 10px;
border-radius: 16px;
background-color: #00000008;
}
.emotion-1 {
at Object.<anonymous> (src/lib/FilterChip/FilterChip.spec.tsx:23:34)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
|
ci
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
ci
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
ci
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|