用于添加单元测试的语义提交消息类型

Bla*_*ank 4 git conventional-commits

问题: 我应该使用什么语义提交消息类型来添加单元测试用例?喜欢Udin.test.js、、、 或者?featchoreupdate

161*_*903 11

通过“语义提交消息”,您可能指的是常规提交。在这种情况下,答案就在摘要中:

  1. fix:允许使用和以外的类型feat:,例如 @commitlint/config-conventional (基于 Angular 约定)推荐build:chore:ci:docs:style:refactor:perf:test:和其他类型。

因此,用于test:添加测试用例。