fix #56
Annotations
5 errors and 1 warning
Tests:
packages/panda-plugins/__tests__/strict-tokens-scope.test.ts#L15
Error: Snapshot `strict-tokens-scope > empty 1` mismatched
- Expected
+ Received
@@ -220,11 +220,11 @@
type CssValue<T> = T extends keyof CssProperties ? CssProperties[T] : never
type Shorthand<T> = T extends keyof PropertyValueTypes ? PropertyValueTypes[T] | CssValue<T> : CssValue<T>
export interface PropertyTypes extends PropertyValueTypes {
-
+
pos: Shorthand<"position">;
insetEnd: Shorthand<"insetInlineEnd">;
end: Shorthand<"insetInlineEnd">;
insetStart: Shorthand<"insetInlineStart">;
start: Shorthand<"insetInlineStart">;
❯ packages/panda-plugins/__tests__/strict-tokens-scope.test.ts:15:58
|
Tests:
packages/panda-plugins/__tests__/strict-tokens-scope.test.ts#L432
Error: Snapshot `strict-tokens-scope > colors 1` mismatched
- Expected
+ Received
@@ -220,11 +220,11 @@
type CssValue<T> = T extends keyof CssProperties ? CssProperties[T] : never
type Shorthand<T> = T extends keyof PropertyValueTypes ? PropertyValueTypes[T] | CssValue<T> : CssValue<T>
export interface PropertyTypes extends PropertyValueTypes {
-
+
pos: Shorthand<"position">;
insetEnd: Shorthand<"insetInlineEnd">;
end: Shorthand<"insetInlineEnd">;
insetStart: Shorthand<"insetInlineStart">;
start: Shorthand<"insetInlineStart">;
❯ packages/panda-plugins/__tests__/strict-tokens-scope.test.ts:432:66
|
Tests:
packages/panda-plugins/__tests__/strict-tokens-scope.test.ts#L853
Error: Snapshot `strict-tokens-scope > colors + fontSizes 1` mismatched
- Expected
+ Received
@@ -220,11 +220,11 @@
type CssValue<T> = T extends keyof CssProperties ? CssProperties[T] : never
type Shorthand<T> = T extends keyof PropertyValueTypes ? PropertyValueTypes[T] | CssValue<T> : CssValue<T>
export interface PropertyTypes extends PropertyValueTypes {
-
+
pos: Shorthand<"position">;
insetEnd: Shorthand<"insetInlineEnd">;
end: Shorthand<"insetInlineEnd">;
insetStart: Shorthand<"insetInlineStart">;
start: Shorthand<"insetInlineStart">;
❯ packages/panda-plugins/__tests__/strict-tokens-scope.test.ts:853:79
|
Tests:
packages/panda-plugins/__tests__/strict-tokens-scope.test.ts#L1274
Error: Snapshot `strict-tokens-scope > color prop only 1` mismatched
- Expected
+ Received
@@ -220,11 +220,11 @@
type CssValue<T> = T extends keyof CssProperties ? CssProperties[T] : never
type Shorthand<T> = T extends keyof PropertyValueTypes ? PropertyValueTypes[T] | CssValue<T> : CssValue<T>
export interface PropertyTypes extends PropertyValueTypes {
-
+
pos: Shorthand<"position">;
insetEnd: Shorthand<"insetInlineEnd">;
end: Shorthand<"insetInlineEnd">;
insetStart: Shorthand<"insetInlineStart">;
start: Shorthand<"insetInlineStart">;
❯ packages/panda-plugins/__tests__/strict-tokens-scope.test.ts:1274:49
|
Tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. 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