]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
test: add e2e tests for vdom interop
authordaiwei <daiwei521@126.com>
Mon, 24 Mar 2025 13:14:46 +0000 (21:14 +0800)
committerdaiwei <daiwei521@126.com>
Mon, 24 Mar 2025 13:14:46 +0000 (21:14 +0800)
commit51ca617632adf28d91df4fc6a0fa3ddbd4002faa
treea4e62302916a7a14fc84358d3e1c9c9406a582b8
parent098f50d5a173f2ba24b1053804b675c1eb1cc8a8
test: add e2e tests for vdom interop
packages-private/vapor-e2e-test/__tests__/teleport.spec.ts [new file with mode: 0644]
packages-private/vapor-e2e-test/__tests__/todomvc.spec.ts
packages-private/vapor-e2e-test/__tests__/vdomInterop.spec.ts
packages-private/vapor-e2e-test/index.html
packages-private/vapor-e2e-test/teleport/App.vue [new file with mode: 0644]
packages-private/vapor-e2e-test/teleport/components/VdomComp.vue [new file with mode: 0644]
packages-private/vapor-e2e-test/teleport/index.html [new file with mode: 0644]
packages-private/vapor-e2e-test/teleport/main.ts [new file with mode: 0644]
packages-private/vapor-e2e-test/utils.ts [new file with mode: 0644]
packages-private/vapor-e2e-test/vite.config.ts