]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
wip: move compat test cases + filter tests
authorEvan You <yyx990803@gmail.com>
Thu, 29 Apr 2021 20:58:14 +0000 (16:58 -0400)
committerEvan You <yyx990803@gmail.com>
Thu, 29 Apr 2021 20:58:14 +0000 (16:58 -0400)
commitb4c92ccf6bd9a88d428bb94a0e956b549d1408c4
tree986fc37ca993d85648acea027fd26f12dd7db5b4
parentbb76cfae123cdade46c9d97a8f4ae2bea7809417
wip: move compat test cases + filter tests
12 files changed:
packages/compiler-core/src/compat/transformFilter.ts
packages/vue-compat/__tests__/componentAsync.spec.ts [moved from packages/runtime-core/src/compat/__tests__/componentAsync.spec.ts with 96% similarity]
packages/vue-compat/__tests__/componentFunctional.spec.ts [moved from packages/runtime-core/src/compat/__tests__/componentFunctional.spec.ts with 96% similarity]
packages/vue-compat/__tests__/componentVModel.spec.ts [moved from packages/runtime-core/src/compat/__tests__/componentVModel.spec.ts with 91% similarity]
packages/vue-compat/__tests__/filters.spec.ts [new file with mode: 0644]
packages/vue-compat/__tests__/global.spec.ts [moved from packages/runtime-core/src/compat/__tests__/global.spec.ts with 99% similarity]
packages/vue-compat/__tests__/globalConfig.spec.ts [moved from packages/runtime-core/src/compat/__tests__/globalConfig.spec.ts with 94% similarity]
packages/vue-compat/__tests__/instance.spec.ts [moved from packages/runtime-core/src/compat/__tests__/instance.spec.ts with 96% similarity]
packages/vue-compat/__tests__/misc.spec.ts [moved from packages/runtime-core/src/compat/__tests__/misc.spec.ts with 97% similarity]
packages/vue-compat/__tests__/options.spec.ts [moved from packages/runtime-core/src/compat/__tests__/options.spec.ts with 94% similarity]
packages/vue-compat/__tests__/renderFn.spec.ts [moved from packages/runtime-core/src/compat/__tests__/renderFn.spec.ts with 73% similarity]
packages/vue-compat/__tests__/utils.ts [moved from packages/runtime-core/src/compat/__tests__/utils.ts with 100% similarity]