Skip to content

ecosystem-ci

ecosystem-ci #349

Manually triggered August 12, 2024 02:00
Status Failure
Total duration 6m 7s
Artifacts

ecosystem-ci.yml

on: workflow_dispatch
Matrix: test-ecosystem
Fit to window
Zoom out
Zoom in

Annotations

12 errors
tests/features/compat.spec.ts > @vue/compat build > when RENDER_FUNCTION compat is %p suppress-warning > renders default slot content when renderStubDefaultSlot is true: workspace/test-utils/test-utils/tests/features/compat.spec.ts#L32
AssertionError: expected '<div>test</div>' to be '<foo-stub>test</foo-stub>' // Object.is equality Expected: "<foo-stub>test</foo-stub>" Received: "<div>test</div>" ❯ tests/features/compat.spec.ts:32:32
tests/features/compat.spec.ts > @vue/compat build > when RENDER_FUNCTION compat is %p false > renders default slot content when renderStubDefaultSlot is true: workspace/test-utils/test-utils/tests/features/compat.spec.ts#L32
AssertionError: expected '<div>test</div>' to be '<foo-stub>test</foo-stub>' // Object.is equality Expected: "<foo-stub>test</foo-stub>" Received: "<div>test</div>" ❯ tests/features/compat.spec.ts:32:32
tests/features/compat.spec.ts > @vue/compat build > correctly stubs legacy component wrapped in Vue.extend: workspace/test-utils/test-utils/tests/features/compat.spec.ts#L135
AssertionError: expected '<div>original</div>' to be '<div>stubbed</div>' // Object.is equality Expected: "<div>stubbed</div>" Received: "<div>original</div>" ❯ tests/features/compat.spec.ts:135:28
tests/features/compat.spec.ts > @vue/compat build > correctly uses stubs when stub is legacy component: workspace/test-utils/test-utils/tests/features/compat.spec.ts#L165
AssertionError: expected '<div>original</div>' to be '<div>stubbed</div>' // Object.is equality Expected: "<div>stubbed</div>" Received: "<div>original</div>" ❯ tests/features/compat.spec.ts:165:47
test-ecosystem (test-utils)
Process completed with exit code 1.
test-ecosystem (language-tools)
Unused '@ts-expect-error' directive.
test-ecosystem (language-tools)
Property 'foo' does not exist on type 'CreateComponentPublicInstance<Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 12 more ..., {}>'.
test-ecosystem (language-tools)
Property 'foo' does not exist on type 'CreateComponentPublicInstance<Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 12 more ..., {}>'.
test-ecosystem (language-tools)
Default export of the module has or is using private name 'Props'.
test-ecosystem (vite-plugin-vue)
Process completed with exit code 1.
test/hmr.test.ts > hmr > should work: workspace/nuxt/nuxt/test/utils.ts#L90
AssertionError: "Basic fixture" did not equal "Basic fixture HMR" in 50000ms: expected 'Basic fixture' to deeply equal 'Basic fixture HMR' Expected: "Basic fixture HMR" Received: "Basic fixture" ❯ Module.expectWithPolling test/utils.ts:90:121 ❯ test/hmr.test.ts:52:7
test-ecosystem (nuxt)
Process completed with exit code 1.