Skip to content

Commit

Permalink
调整配置: 增加test-ui脚本命令,用于可视化展示测试用例
Browse files Browse the repository at this point in the history
  • Loading branch information
chenbimo committed Jul 31, 2024
1 parent 082a894 commit b352510
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
},
"scripts": {
"gen": "jsdoc -c jsdoc.json",
"test": "vitest"
"test": "vitest",
"test-ui": "vitest --ui"
},
"files": [
"lib/",
Expand Down

0 comments on commit b352510

Please sign in to comment.