]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
test: layout more runtime-core tests
authorEvan You <yyx990803@gmail.com>
Thu, 22 Aug 2019 02:00:48 +0000 (22:00 -0400)
committerEvan You <yyx990803@gmail.com>
Thu, 22 Aug 2019 02:00:48 +0000 (22:00 -0400)
commitf26cd5dfe4af004dda23536a445fc6ea080ad41e
treedae7b725ff1ea2e12d49743f8a6a1964d1673888
parent8a01c8e5493d4798a579f5c1e2bdefd765729f35
test: layout more runtime-core tests
packages/runtime-core/__tests__/apiCreateComponent.spec.tsx [moved from packages/runtime-core/__tests__/createComponent.spec.tsx with 100% similarity]
packages/runtime-core/__tests__/apiInject.spec.ts [new file with mode: 0644]
packages/runtime-core/__tests__/apiLifecycle.spec.ts [new file with mode: 0644]
packages/runtime-core/__tests__/apiWatch.spec.ts [new file with mode: 0644]
packages/runtime-core/__tests__/vdomAttrsFallthrough.spec.ts [moved from packages/runtime-core/__tests__/attrsFallthrough.spec.ts with 98% similarity]
packages/runtime-core/__tests__/vdomChildren.spec.ts [new file with mode: 0644]
packages/runtime-core/__tests__/vdomComponent.spec.ts [new file with mode: 0644]
packages/runtime-core/__tests__/vdomElement.spec.ts [new file with mode: 0644]
packages/runtime-core/__tests__/vdomFragment.spec.ts [moved from packages/runtime-core/__tests__/fragment.spec.ts with 97% similarity]
packages/runtime-core/__tests__/vdomOptimizedMode.spec.ts [new file with mode: 0644]
packages/runtime-core/__tests__/vnode.spec.ts [new file with mode: 0644]