refactor(BREAKING): rm config.eject & automatic import of built-in pr… #5753
Annotations
10 errors and 1 warning
sandbox/codegen/__tests__/css.test.ts#L8
Error: Snapshot `css > native CSS prop and value 1` mismatched
- Expected
+ Received
- "d_flex"
+ "display_flex"
❯ sandbox/codegen/__tests__/css.test.ts:8:23
|
sandbox/codegen/__tests__/css.test.ts#L14
Error: Snapshot `css > token value 1` mismatched
- Expected
+ Received
- "text_blue.300"
+ "color_blue.300"
❯ sandbox/codegen/__tests__/css.test.ts:14:23
|
sandbox/codegen/__tests__/css.test.ts#L20
Error: Snapshot `css > utility prop 1` mismatched
- Expected
+ Received
- "sr_true"
+ "sr-only_true"
❯ sandbox/codegen/__tests__/css.test.ts:20:23
|
sandbox/codegen/__tests__/css.test.ts#L32
Error: Snapshot `css > object condition prop 1` mismatched
- Expected
+ Received
- "hover:bg_yellow.100"
+ "_hover:bg_yellow.100"
❯ sandbox/codegen/__tests__/css.test.ts:32:23
|
sandbox/codegen/__tests__/css.test.ts#L38
Error: Snapshot `css > condition prop 1` mismatched
- Expected
+ Received
- "hover:bg_yellow.200"
+ "bg:_hover_yellow.200"
❯ sandbox/codegen/__tests__/css.test.ts:38:23
|
sandbox/codegen/__tests__/css.test.ts#L44
Error: Snapshot `css > nested condition prop 1` mismatched
- Expected
+ Received
- "hover:dark:bg_pink"
+ "_dark:bg:_hover_pink"
❯ sandbox/codegen/__tests__/css.test.ts:44:23
|
sandbox/codegen/__tests__/css.test.ts#L50
Error: Snapshot `css > arbitrary value 1` mismatched
- Expected
+ Received
- "text_#fff"
+ "color_#fff"
❯ sandbox/codegen/__tests__/css.test.ts:50:23
|
sandbox/codegen/__tests__/css.test.ts#L56
Error: Snapshot `css > arbitrary selector 1` mismatched
- Expected
+ Received
- "[&:data-panda]:d_flex"
+ "[&:data-panda]:display_flex"
❯ sandbox/codegen/__tests__/css.test.ts:56:23
|
sandbox/codegen/__tests__/css.test.ts#L86
Error: Snapshot `css > nested condition prop with array syntax 1` mismatched
- Expected
+ Received
- "hover:dark:bg_pink.100 hover:dark:sm:bg_pink.200"
+ "_dark:bg:_hover_pink.100 _dark:bg:sm:_hover_pink.200"
❯ sandbox/codegen/__tests__/css.test.ts:86:23
|
sandbox/codegen/__tests__/css.test.ts#L92
Error: Snapshot `css > same prop 1` mismatched
- Expected
+ Received
- "bg_red.200"
+ "bg-color_red.100 background-color_red.200"
❯ sandbox/codegen/__tests__/css.test.ts:92:23
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/[email protected], actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading