test: update tests #14339
ci.yml
on: push
test
/
unit-test
1m 1s
test
/
unit-test-windows
1m 33s
test
/
e2e-test
1m 28s
test
/
lint-and-test-dts
52s
continuous-release
58s
Annotations
7 errors and 4 warnings
continuous-release
Process completed with exit code 1.
|
packages/runtime-vapor/__tests__/componentSlots.spec.ts > component: slots > createSlot > use fallback when inner content changes:
packages/reactivity/src/effectScope.ts#L93
TypeError: fn is not a function
❯ EffectScope.run packages/reactivity/src/effectScope.ts:93:16
❯ DynamicFragment.update packages/runtime-vapor/src/block.ts:61:31
❯ Module.createIf packages/runtime-vapor/src/apiCreateIf.ts:11:10
❯ default packages/runtime-vapor/__tests__/componentSlots.spec.ts:450:22
❯ fragment.update.slot._bound.slot._bound packages/runtime-vapor/src/componentSlots.ts:130:33
❯ EffectScope.run packages/reactivity/src/effectScope.ts:93:16
❯ DynamicFragment.update packages/runtime-vapor/src/block.ts:61:31
❯ renderSlot packages/runtime-vapor/src/componentSlots.ts:127:16
❯ Module.createSlot packages/runtime-vapor/src/componentSlots.ts:146:5
❯ setup packages/runtime-vapor/__tests__/componentSlots.spec.ts:438:18
|
packages/runtime-vapor/__tests__/componentSlots.spec.ts > component: slots > createSlot > use fallback when inner content changes:
scripts/setup-vitest.ts#L101
Error: test case threw unexpected warnings:
- [Vue warn]: Unhandled error during execution of setup function
- [Vue warn]: Unhandled error during execution of setup function
❯ scripts/setup-vitest.ts:101:11
|
packages/runtime-vapor/__tests__/if.spec.ts > createIf > basic:
packages/runtime-vapor/__tests__/if.spec.ts#L62
AssertionError: expected '<div><!--if--></div>' to be '<div><p>zero</p><!--if--></div>' // Object.is equality
Expected: "<div><p>zero</p><!--if--></div>"
Received: "<div><!--if--></div>"
❯ packages/runtime-vapor/__tests__/if.spec.ts:62:28
|
packages/runtime-vapor/__tests__/if.spec.ts > createIf > should handle nested template:
packages/reactivity/src/effectScope.ts#L93
TypeError: fn is not a function
❯ EffectScope.run packages/reactivity/src/effectScope.ts:93:16
❯ DynamicFragment.update packages/runtime-vapor/src/block.ts:61:31
❯ Module.createIf packages/runtime-vapor/src/apiCreateIf.ts:11:10
❯ packages/runtime-vapor/__tests__/if.spec.ts:101:18
❯ Module.callWithErrorHandling packages/runtime-core/src/errorHandling.ts:76:19
❯ Module.createComponent packages/runtime-vapor/src/component.ts:184:7
❯ mountApp packages/runtime-vapor/src/apiCreateApp.ts:31:20
❯ mount packages/runtime-core/src/apiCreateApp.ts:400:28
❯ Object.app.mount packages/runtime-vapor/src/apiCreateApp.ts:82:12
❯ mount packages/runtime-vapor/__tests__/_utils.ts:58:11
|
packages/runtime-vapor/__tests__/if.spec.ts > createIf > should handle nested template:
scripts/setup-vitest.ts#L101
Error: test case threw unexpected warnings:
- [Vue warn]: Unhandled error during execution of setup function
❯ scripts/setup-vitest.ts:101:11
|
test / unit-test
Process completed with exit code 1.
|
test / lint-and-test-dts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
continuous-release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test / unit-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test / e2e-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|