Skip to content

feat: rc v0.1.0 (#271) #140

feat: rc v0.1.0 (#271)

feat: rc v0.1.0 (#271) #140

Triggered via push December 31, 2024 20:05
Status Failure
Total duration 29s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
src/components/bo_badge/__tests__/bo_badge.test.ts > bo_badge.vue > the badge container should have the default classes: src/components/bo_badge/__tests__/bo_badge.test.ts#L37
AssertionError: expected [ 'bo-badge', 'flex', …(13) ] to include 'gap-2' ❯ src/components/bo_badge/__tests__/bo_badge.test.ts:37:47
src/components/bo_button/__test__/bo_button.test.ts > bo_button.vue > button variants > primary button should have the correct color | background | focus classes: src/components/bo_button/__test__/bo_button.test.ts#L135
AssertionError: expected [ 'bo-button', 'inline-flex', …(16) ] to include 'focus:ring-blue-600' ❯ src/components/bo_button/__test__/bo_button.test.ts:135:30
src/components/bo_button/__test__/bo_button.test.ts > bo_button.vue > button variants > secondary button should have the correct color | background | focus classes: src/components/bo_button/__test__/bo_button.test.ts#L143
AssertionError: expected [ 'bo-button', 'inline-flex', …(16) ] to include 'focus:ring-gray-400' ❯ src/components/bo_button/__test__/bo_button.test.ts:143:30
src/components/bo_button/__test__/bo_button.test.ts > bo_button.vue > button variants > danger button should have the correct color | background | focus classes: src/components/bo_button/__test__/bo_button.test.ts#L151
AssertionError: expected [ 'bo-button', 'inline-flex', …(16) ] to include 'focus:ring-red-600' ❯ src/components/bo_button/__test__/bo_button.test.ts:151:30
src/components/bo_button/__test__/bo_button.test.ts > bo_button.vue > button variants > warning button should have the correct color | background | focus classes: src/components/bo_button/__test__/bo_button.test.ts#L159
AssertionError: expected [ 'bo-button', 'inline-flex', …(16) ] to include 'focus:ring-yellow-500' ❯ src/components/bo_button/__test__/bo_button.test.ts:159:30
src/components/bo_button/__test__/bo_button.test.ts > bo_button.vue > button variants > success button should have the correct color | background | focus classes: src/components/bo_button/__test__/bo_button.test.ts#L167
AssertionError: expected [ 'bo-button', 'inline-flex', …(16) ] to include 'focus:ring-green-600' ❯ src/components/bo_button/__test__/bo_button.test.ts:167:30
src/components/bo_button/__test__/bo_button.test.ts > bo_button.vue > button variants > dark button should have the correct color | background | focus classes: src/components/bo_button/__test__/bo_button.test.ts#L175
AssertionError: expected [ 'bo-button', 'inline-flex', …(16) ] to include 'focus:ring-black' ❯ src/components/bo_button/__test__/bo_button.test.ts:175:30
src/components/bo_button/__test__/bo_button.test.ts > bo_button.vue > button variants > link button should have the correct color | background | focus classes: src/components/bo_button/__test__/bo_button.test.ts#L184
AssertionError: expected [ 'bo-button', 'inline-flex', …(15) ] to include 'text-blue-600' ❯ src/components/bo_button/__test__/bo_button.test.ts:184:30
src/components/bo_button/__test__/bo_button.test.ts > bo_button.vue > button sizes > the button should have the correct default size classes: src/components/bo_button/__test__/bo_button.test.ts#L256
AssertionError: expected [ 'bo-button', 'inline-flex', …(16) ] to include 'h-[40px]' ❯ src/components/bo_button/__test__/bo_button.test.ts:256:30
src/components/bo_button/__test__/bo_button.test.ts > bo_button.vue > button sizes > the button should have the correct size classes if a the size is extra small: src/components/bo_button/__test__/bo_button.test.ts#L262
AssertionError: expected [ 'bo-button', 'inline-flex', …(16) ] to include 'h-[24px]' ❯ src/components/bo_button/__test__/bo_button.test.ts:262:30
tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636