chore: release main (#26) #97
Annotations
3 errors
|
test
Process completed with exit code 1.
|
|
src/components/atoms/__tests__/Input.test.tsx > Input > Variants > renders default variant correctly:
src/components/atoms/__tests__/Input.test.tsx#L103
Error: expect(element).toHaveClass("border-primary")
Expected the element to have class:
border-primary
Received:
block w-full rounded-md border transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 border-border-primary bg-surface-primary text-text-primary placeholder-text-secondary focus:border-primary-500 focus:ring-primary-500 px-4 py-2.5 text-sm
❯ src/components/atoms/__tests__/Input.test.tsx:103:21
|
|
src/components/atoms/__tests__/Input.test.tsx > Input > Rendering > renders correctly with default props:
src/components/atoms/__tests__/Input.test.tsx#L13
Error: expect(element).toHaveClass("border-primary")
Expected the element to have class:
border-primary
Received:
block w-full rounded-md border transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 border-border-primary bg-surface-primary text-text-primary placeholder-text-secondary focus:border-primary-500 focus:ring-primary-500 px-4 py-2.5 text-sm
❯ src/components/atoms/__tests__/Input.test.tsx:13:21
|