ecosystem-ci #298
Annotations
10 errors
test-ecosystem (language-tools)
Argument of type 'SimpleExpressionNode | CompoundExpressionNode | TextNode | CacheExpression | InterpolationNode' is not assignable to parameter of type 'RootNode | SimpleExpressionNode | TemplateChildNode'.
|
test-ecosystem (language-tools)
Argument of type 'SimpleExpressionNode | CompoundExpressionNode | TextNode | CacheExpression | InterpolationNode' is not assignable to parameter of type 'SimpleExpressionNode | TemplateChildNode'.
|
test-ecosystem (language-tools)
Process completed with exit code 1.
|
packages/nuxt/test/treeshake-client.test.ts > treeshake client only in ssr > should treeshake ClientOnly correctly in prod:
workspace/nuxt/nuxt/packages/nuxt/test/treeshake-client.test.ts#L118
TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))
❯ packages/nuxt/test/treeshake-client.test.ts:118:28
|
packages/nuxt/test/treeshake-client.test.ts > treeshake client only in ssr > should treeshake ClientOnly correctly in dev:
workspace/nuxt/nuxt/packages/nuxt/test/treeshake-client.test.ts#L118
TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))
❯ packages/nuxt/test/treeshake-client.test.ts:118:28
|
test-ecosystem (nuxt)
Process completed with exit code 1.
|
src/col/test/demo-ssr.spec.ts > should render demo and match snapshot:
workspace/vant/vant/packages/vant/test/demo.ts#L37
Error: Snapshot `should render demo and match snapshot 1` mismatched
- Expected
+ Received
@@ -63,18 +63,18 @@
>
<!--[-->
span: 8
</div>
<div
- style
+ style="padding-left:10px;"
class="van-col van-col--8"
>
<!--[-->
span: 8
</div>
<div
- style
+ style="padding-left:13.333333333333332px;padding-right:1.7763568394002505e-15px;"
class="van-col van-col--8"
>
<!--[-->
span: 8
</div>
@@ -91,11 +91,11 @@
>
<!--[-->
span: 12
</div>
<div
- style
+ style="padding-left:10px;"
class="van-col van-col--12"
>
<!--[-->
span: 12
</div>
@@ -105,11 +105,11 @@
>
<!--[-->
span: 12
</div>
<div
- style
+ style="padding-left:10px;"
class="van-col van-col--12"
>
<!--[-->
span: 12
</div>
❯ test/demo.ts:37:20
|
test-ecosystem (vant)
Process completed with exit code 1.
|
test-ecosystem (vue-macros)
Type '{ bar: ReactiveVariable<string>; modelValue: ReactiveVariable<number>; }' is not assignable to type 'IntrinsicAttributes & { readonly bar: string; readonly "onUpdate:title"?: ((title: string) => any) | undefined; readonly "onUpdate:modelValue"?: ((modelValue: number) => any) | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>'.
|
test-ecosystem (vue-macros)
Process completed with exit code 1.
|