我应该能够-u在运行测试时添加参数,但是我不知道为什么它不起作用:
npm run test ComponentName.spec.js -u
npm run test ComponentName.spec.js --updateSnapshot
但这是行不通的。我的package.json:
"scripts": {
"test": "vue-cli-service test:unit",
我知道我可以删除快照文件,但是我想弄清楚该命令为什么不起作用。
慕田峪7331174
慕姐8265434
相关分类