feat: @emotion/css 를 적용한다 #3392
Annotations
10 errors and 3 warnings
Test Affected Project:
packages/vibrant-forms/src/lib/Form/Form.spec.tsx#L16
expect(received).toMatchSnapshot()
Snapshot name: `<Form /> when Form rendered match snapshot 1`
- Snapshot - 19
+ Received + 1
- .emotion-0 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-align-content: stretch;
- -ms-flex-line-pack: stretch;
- align-content: stretch;
- -webkit-flex-shrink: 1;
- -ms-flex-negative: 1;
- flex-shrink: 1;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- box-sizing: border-box;
- position: relative;
- }
-
<div>
<form
- class="emotion-0"
+ class="display-flex alignContent-stretch flexShrink-1 flexDirection-column boxSizing-border-box position-relative"
data-testid="form"
novalidate=""
/>
</div>
at Object.<anonymous> (src/lib/Form/Form.spec.tsx:16: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)
|
Test Affected Project:
packages/vibrant-components/src/lib/ContainedButton/ContainedButton.spec.tsx#L40
Expected background-color to match:
#ff5d00
Received:
rgb(255, 93, 0)
at Object.<anonymous> (src/lib/ContainedButton/ContainedButton.spec.tsx:40:27)
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)
|
Test Affected Project:
packages/vibrant-components/src/lib/ContainedButton/ContainedButton.spec.tsx#L44
TypeError: Cannot read properties of null (reading 'findWhere')
at isEnzymeElement (../../node_modules/@emotion/jest/dist/create-serializer-01bebb86.cjs.dev.js:145:21)
at ../../node_modules/@emotion/jest/dist/create-serializer-01bebb86.cjs.dev.js:154:9
at Array.reduce (<anonymous>)
at Object.getClassNamesFromNodes (../../node_modules/@emotion/jest/dist/create-serializer-01bebb86.cjs.dev.js:153:16)
at Object.toHaveStyleRule (../../node_modules/@emotion/jest/dist/matchers-2cb85621.cjs.dev.js:54:37)
at __EXTERNAL_MATCHER_TRAP__ (../../node_modules/expect/build/index.js:317:30)
at Object.toHaveStyleRule (../../node_modules/expect/build/index.js:318:15)
at Object.<anonymous> (src/lib/ContainedButton/ContainedButton.spec.tsx:44:57)
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)
|
Test Affected Project:
packages/vibrant-components/src/lib/ContainedButton/ContainedButton.spec.tsx#L40
Expected background-color to match:
#f3f3f3
Received:
rgb(243, 243, 243)
at Object.<anonymous> (src/lib/ContainedButton/ContainedButton.spec.tsx:40:27)
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)
|
Test Affected Project:
packages/vibrant-components/src/lib/ContainedButton/ContainedButton.spec.tsx#L44
TypeError: Cannot read properties of null (reading 'findWhere')
at isEnzymeElement (../../node_modules/@emotion/jest/dist/create-serializer-01bebb86.cjs.dev.js:145:21)
at ../../node_modules/@emotion/jest/dist/create-serializer-01bebb86.cjs.dev.js:154:9
at Array.reduce (<anonymous>)
at Object.getClassNamesFromNodes (../../node_modules/@emotion/jest/dist/create-serializer-01bebb86.cjs.dev.js:153:16)
at Object.toHaveStyleRule (../../node_modules/@emotion/jest/dist/matchers-2cb85621.cjs.dev.js:54:37)
at __EXTERNAL_MATCHER_TRAP__ (../../node_modules/expect/build/index.js:317:30)
at Object.toHaveStyleRule (../../node_modules/expect/build/index.js:318:15)
at Object.<anonymous> (src/lib/ContainedButton/ContainedButton.spec.tsx:44:57)
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)
|
Test Affected Project:
packages/vibrant-components/src/lib/ContainedButton/ContainedButton.spec.tsx#L40
Expected background-color to match:
#ffffff0d
Received:
rgba(255, 255, 255, 0.05)
at Object.<anonymous> (src/lib/ContainedButton/ContainedButton.spec.tsx:40:27)
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)
|
Test Affected Project:
packages/vibrant-components/src/lib/ContainedButton/ContainedButton.spec.tsx#L44
TypeError: Cannot read properties of null (reading 'findWhere')
at isEnzymeElement (../../node_modules/@emotion/jest/dist/create-serializer-01bebb86.cjs.dev.js:145:21)
at ../../node_modules/@emotion/jest/dist/create-serializer-01bebb86.cjs.dev.js:154:9
at Array.reduce (<anonymous>)
at Object.getClassNamesFromNodes (../../node_modules/@emotion/jest/dist/create-serializer-01bebb86.cjs.dev.js:153:16)
at Object.toHaveStyleRule (../../node_modules/@emotion/jest/dist/matchers-2cb85621.cjs.dev.js:54:37)
at __EXTERNAL_MATCHER_TRAP__ (../../node_modules/expect/build/index.js:317:30)
at Object.toHaveStyleRule (../../node_modules/expect/build/index.js:318:15)
at Object.<anonymous> (src/lib/ContainedButton/ContainedButton.spec.tsx:44:57)
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)
|
Test Affected Project:
packages/vibrant-components/src/lib/ContainedButton/ContainedButton.spec.tsx#L105
Expected background-color to match:
#ff5d00
Received:
rgb(255, 93, 0)
at Object.<anonymous> (src/lib/ContainedButton/ContainedButton.spec.tsx:105:27)
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)
|
Test Affected Project:
packages/vibrant-components/src/lib/ContainedButton/ContainedButton.spec.tsx#L109
TypeError: Cannot read properties of null (reading 'findWhere')
at isEnzymeElement (../../node_modules/@emotion/jest/dist/create-serializer-01bebb86.cjs.dev.js:145:21)
at ../../node_modules/@emotion/jest/dist/create-serializer-01bebb86.cjs.dev.js:154:9
at Array.reduce (<anonymous>)
at Object.getClassNamesFromNodes (../../node_modules/@emotion/jest/dist/create-serializer-01bebb86.cjs.dev.js:153:16)
at Object.toHaveStyleRule (../../node_modules/@emotion/jest/dist/matchers-2cb85621.cjs.dev.js:54:37)
at __EXTERNAL_MATCHER_TRAP__ (../../node_modules/expect/build/index.js:317:30)
at Object.toHaveStyleRule (../../node_modules/expect/build/index.js:318:15)
at Object.<anonymous> (src/lib/ContainedButton/ContainedButton.spec.tsx:109:57)
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)
|
Test Affected Project:
packages/vibrant-components/src/lib/ContainedButton/ContainedButton.spec.tsx#L105
Expected background-color to match:
#202020
Received:
rgb(32, 32, 32)
at Object.<anonymous> (src/lib/ContainedButton/ContainedButton.spec.tsx:105:27)
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)
|
Derive appropriate SHAs for base and head for `nx affected` commands
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/
|
Derive appropriate SHAs for base and head for `nx affected` commands
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/
|
Get yarn cache directory path
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/
|
Loading