wip: port tests and fix bugs #15322
ci.yml
on: push
test
/
unit-test
1m 7s
test
/
unit-test-windows
1m 32s
test
/
e2e-test
1m 21s
test
/
e2e-vapor
49s
test
/
lint-and-test-dts
37s
continuous-release
1m 14s
Annotations
8 errors
test / lint-and-test-dts
Process completed with exit code 1.
|
test / e2e-vapor
Process completed with exit code 1.
|
test / e2e-vapor:
packages-private/vapor-e2e-test/__tests__/vdomInterop.spec.ts#L239
AssertionError: expected '<div><div>a</div></div><div><div>b</d…' to be '<div><div>a</div></div><div><div>b</d…' // Object.is equality
Expected: "<div><div>a</div></div><div><div>b</div></div><div><div>c</div></div><div class="test-enter-active test-enter-to"><div>d</div></div><div class="test-enter-active test-enter-to"><div>e</div></div>"
Received: "<div><div>a</div></div><div><div>b</div></div><div><div>c</div></div><div class=""><div>d</div></div><div class=""><div>e</div></div>"
❯ packages-private/vapor-e2e-test/__tests__/vdomInterop.spec.ts:239:47
|
test / unit-test
Process completed with exit code 1.
|
test / unit-test:
packages/runtime-vapor/src/apiCreateFor.ts#L27
TypeError: Class extends value undefined is not a constructor or null
❯ packages/runtime-vapor/src/apiCreateFor.ts:27:24
❯ packages/runtime-vapor/src/index.ts:28:1
|
test / unit-test:
packages/runtime-vapor/src/apiCreateFor.ts#L27
TypeError: Class extends value undefined is not a constructor or null
❯ packages/runtime-vapor/src/apiCreateFor.ts:27:24
❯ packages/runtime-vapor/src/index.ts:28:1
|
test / unit-test:
packages/runtime-vapor/src/apiCreateFor.ts#L27
TypeError: Class extends value undefined is not a constructor or null
❯ packages/runtime-vapor/src/apiCreateFor.ts:27:24
❯ packages/runtime-vapor/src/index.ts:28:1
|
test / e2e-test
Process completed with exit code 1.
|