feat(cli): add test clearCache option

This commit is contained in:
陈嘉涵 2019-12-13 14:13:51 +08:00
parent b7992d3d2c
commit 40992bccfd
3 changed files with 10 additions and 28 deletions

View File

@ -13,7 +13,8 @@ export function test(command: any) {
const config = {
rootDir: ROOT,
watch: command.watch,
config: JEST_CONFIG_FILE
config: JEST_CONFIG_FILE,
clearCache: command.clearCache
} as any;
runCLI(config, [ROOT]);

View File

@ -31,6 +31,7 @@ command('commit-lint').action(commitLint);
command('test')
.option('--watch')
.option('--clearCache')
.action(test);
parse(process.argv);

View File

@ -818,13 +818,6 @@
core-js "^2.6.5"
regenerator-runtime "^0.13.2"
"@babel/runtime@7.x", "@babel/runtime@^7.6.3":
version "7.7.2"
resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.7.2.tgz?cache=0&sync_timestamp=1573083187206&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fruntime%2Fdownload%2F%40babel%2Fruntime-7.7.2.tgz#111a78002a5c25fc8e3361bedc9529c696b85a6a"
integrity sha1-ERp4ACpcJfyOM2G+3JUpxpa4Wmo=
dependencies:
regenerator-runtime "^0.13.2"
"@babel/runtime@^7.0.0":
version "7.7.4"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.4.tgz#b23a856751e4bf099262f867767889c0e3fe175b"
@ -832,6 +825,13 @@
dependencies:
regenerator-runtime "^0.13.2"
"@babel/runtime@^7.6.3":
version "7.7.2"
resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.7.2.tgz?cache=0&sync_timestamp=1573083187206&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fruntime%2Fdownload%2F%40babel%2Fruntime-7.7.2.tgz#111a78002a5c25fc8e3361bedc9529c696b85a6a"
integrity sha1-ERp4ACpcJfyOM2G+3JUpxpa4Wmo=
dependencies:
regenerator-runtime "^0.13.2"
"@babel/template@^7.4.0", "@babel/template@^7.7.0":
version "7.7.0"
resolved "https://registry.npm.taobao.org/@babel/template/download/@babel/template-7.7.0.tgz#4fadc1b8e734d97f56de39c77de76f2562e597d0"
@ -1631,11 +1631,6 @@
eslint-plugin-import "^2.18.2"
eslint-plugin-vue "^5.2.3"
"@vant/icons@1.1.15":
version "1.1.15"
resolved "https://registry.npm.taobao.org/@vant/icons/download/@vant/icons-1.1.15.tgz?cache=0&sync_timestamp=1571923117293&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vant%2Ficons%2Fdownload%2F%40vant%2Ficons-1.1.15.tgz#53c51ace21e9992bfeeb2e1ad9094fbf6506d116"
integrity sha1-U8UaziHpmSv+6y4a2QlPv2UG0RY=
"@vant/markdown-loader@^2.3.0":
version "2.3.0"
resolved "https://registry.npm.taobao.org/@vant/markdown-loader/download/@vant/markdown-loader-2.3.0.tgz#ea8ab4d8d41609839b40b817bc3a598cf13f9920"
@ -10822,16 +10817,6 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0"
vant@^2.2.15:
version "2.2.15"
resolved "https://registry.npm.taobao.org/vant/download/vant-2.2.15.tgz#42c1178842079a43169a66372b56674a1e0a447c"
integrity sha1-QsEXiEIHmkMWmmY3K1ZnSh4KRHw=
dependencies:
"@babel/runtime" "7.x"
"@vant/icons" "1.1.15"
"@vue/babel-helper-vue-jsx-merge-props" "^1.0.0"
vue-lazyload "1.2.3"
vary@~1.1.2:
version "1.1.2"
resolved "https://registry.npm.taobao.org/vary/download/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
@ -10910,11 +10895,6 @@ vue-jest@4.0.0-beta.2:
source-map "^0.5.6"
ts-jest "^23.10.5"
vue-lazyload@1.2.3:
version "1.2.3"
resolved "https://registry.npm.taobao.org/vue-lazyload/download/vue-lazyload-1.2.3.tgz#901f9ec15c7e6ca78781a2bae4a343686bdedb2c"
integrity sha1-kB+ewVx+bKeHgaK65KNDaGve2yw=
vue-loader@^15.7.2:
version "15.7.2"
resolved "https://registry.npm.taobao.org/vue-loader/download/vue-loader-15.7.2.tgz#cc89e2716df87f70fe656c9da9d7f8bec06c73d6"