Skip to content

fix(cli): replace tab symbol with spaces (#756) #249

fix(cli): replace tab symbol with spaces (#756)

fix(cli): replace tab symbol with spaces (#756) #249

Triggered via push September 19, 2024 11:29
Status Failure
Total duration 30s
Artifacts

test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test/utils/transform-cjs-to-esm.test.ts > handle tailwind config template correctly: packages/cli/test/utils/transform-cjs-to-esm.test.ts#L7
Error: Snapshot `handle tailwind config template correctly 2` mismatched - Expected + Received @@ -67,11 +67,11 @@ DEFAULT: "hsl(var(--card))", foreground: "hsl(var(--card-foreground))", }, }, borderRadius: { - xl: "calc(var(--radius) + 4px)", + xl: "calc(var(--radius) + 4px)", lg: "var(--radius)", md: "calc(var(--radius) - 2px)", sm: "calc(var(--radius) - 4px)", }, keyframes: { ❯ test/utils/transform-cjs-to-esm.test.ts:7:69
test
Process completed with exit code 1.