]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
fix: should exclude unit tests from type checking
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 26 Jul 2021 11:20:15 +0000 (19:20 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 26 Jul 2021 11:21:49 +0000 (19:21 +0800)
commit5f66f0f4781b38cf6fd071caf5dfc5b15ec12cec
tree201e2c09090bab544c11f39b11b20aeb3d2e5daa
parent7974b2e94bcb9e62933b8177a09c257e9b1f4b4c
fix: should exclude unit tests from type checking

1. there's a bug in `@cypress/vue` at the moment https://github.com/cypress-io/cypress/issues/17480
2. no need to fail the whole build process only because of a type error
in a spec file.

We may add a specific command to typechecking the spec files later
template/config/base/jsconfig.json