ecosystem-ci-from-pr #229
ecosystem-ci-from-pr.yml
on: workflow_dispatch
Annotations
8 errors
execute-all (language-tools)
Unused '@ts-expect-error' directive.
|
execute-all (language-tools)
Property 'foo' does not exist on type 'CreateComponentPublicInstance<Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 12 more ..., {}>'.
|
execute-all (language-tools)
Property 'foo' does not exist on type 'CreateComponentPublicInstance<Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 12 more ..., {}>'.
|
src/form/test/demo.spec.ts > should render demo and match snapshot:
workspace/vant/vant/packages/vant/test/demo.ts#L50
Error: Snapshot `should render demo and match snapshot 1` mismatched
- Expected
+ Received
@@ -330,10 +330,11 @@
inputmode="decimal"
autocomplete="off"
aria-valuemax="Infinity"
aria-valuemin="1"
aria-valuenow="1"
+ value="1"
>
<button
type="button"
class="van-stepper__plus van-haptics-feedback"
>
❯ test/demo.ts:50:30
|
src/stepper/test/demo.spec.ts > should render demo and match snapshot:
workspace/vant/vant/packages/vant/test/demo.ts#L50
Error: Snapshot `should render demo and match snapshot 1` mismatched
- Expected
+ Received
@@ -23,10 +23,11 @@
inputmode="decimal"
autocomplete="off"
aria-valuemax="Infinity"
aria-valuemin="1"
aria-valuenow="1"
+ value="1"
>
<button
type="button"
class="van-stepper__plus van-haptics-feedback"
>
@@ -58,10 +59,11 @@
inputmode="decimal"
autocomplete="off"
aria-valuemax="Infinity"
aria-valuemin="1"
aria-valuenow="1"
+ value="1"
>
<button
type="button"
class="van-stepper__plus van-haptics-feedback"
>
@@ -93,10 +95,11 @@
inputmode="decimal"
autocomplete="off"
aria-valuemax="8"
aria-valuemin="5"
aria-valuenow="5"
+ value="5"
>
<button
type="button"
class="van-stepper__plus van-haptics-feedback"
>
@@ -128,10 +131,11 @@
inputmode="numeric"
autocomplete="off"
aria-valuemax="Infinity"
aria-valuemin="1"
aria-valuenow="1"
+ value="1"
>
<button
type="button"
class="van-stepper__plus van-haptics-feedback"
>
@@ -164,10 +168,11 @@
inputmode="decimal"
autocomplete="off"
aria-valuemax="Infinity"
aria-valuemin="1"
aria-valuenow="1"
+ value="1"
>
<button
type="button"
class="van-stepper__plus van-stepper__plus--disabled"
aria-disabled="true"
@@ -201,10 +206,11 @@
inputmode="decimal"
autocomplete="off"
aria-valuemax="Infinity"
aria-valuemin="1"
aria-valuenow="1"
+ value="1"
>
<button
type="button"
class="van-stepper__plus van-haptics-feedback"
>
@@ -236,10 +242,11 @@
inputmode="decimal"
autocomplete="off"
aria-valuemax="Infinity"
aria-valuemin="1"
aria-valuenow="1.0"
+ value="1.0"
>
<button
type="button"
class="van-stepper__plus van-haptics-feedback"
>
@@ -273,10 +280,11 @@
inputmode="decimal"
autocomplete="off"
aria-valuemax="Infinity"
aria-valuemin="1"
aria-valuenow="1"
+ value="1"
>
<button
type="button"
style="width: 32px; height: 32px;"
class="van-stepper__plus van-haptics-feedback"
@@ -309,10 +317,11 @@
inputmode="decimal"
autocomplete="off"
aria-valuemax="Infinity"
aria-valuemin="1"
aria-valuenow="1"
+ value="1"
>
<button
type="button"
class="van-stepper__plus van-haptics-feedback"
>
@@ -347,10 +356,11 @@
inputmode="decimal"
autocomplete="off"
aria-valuemax="Infinity"
aria-valuemin="1"
aria-valuenow="1"
+ value="1"
>
<button
type="button"
style="width: 22px; height: 22px;"
class="van-stepper__plus van-haptics-feedback"
❯ test/demo.ts:50:30
|
src/stepper/test/index.spec.ts > should disable buttons and input when using disabled prop:
workspace/vant/vant/packages/vant/src/stepper/test/index.spec.ts#L12
Error: Snapshot `should disable buttons and input when using disabled prop 1` mismatched
- Expected
+ Received
@@ -16,10 +16,11 @@
inputmode="decimal"
autocomplete="off"
aria-valuemax="Infinity"
aria-valuemin="1"
aria-valuenow="1"
+ value="1"
>
<button
type="button"
class="van-stepper__plus van-stepper__plus--disabled"
aria-disabled="true"
❯ src/stepper/test/index.spec.ts:12:26
|
src/stepper/test/index.spec.ts > should update input height and button size when using button-size prop:
workspace/vant/vant/packages/vant/src/stepper/test/index.spec.ts#L288
Error: Snapshot `should update input height and button size when using button-size prop 1` mismatched
- Expected
+ Received
@@ -17,10 +17,11 @@
inputmode="decimal"
autocomplete="off"
aria-valuemax="Infinity"
aria-valuemin="1"
aria-valuenow="1"
+ value="1"
>
<button
type="button"
style="width: 2rem; height: 2rem;"
class="van-stepper__plus van-haptics-feedback"
❯ src/stepper/test/index.spec.ts:288:26
|
execute-all (vant)
Process completed with exit code 1.
|