build: add test commit type to cc_defaults.json

This commit is contained in:
Gauthier Roebroeck 2020-01-07 11:06:39 +08:00
parent 91c9cdd832
commit 01c7bf78ca

View file

@ -8,5 +8,6 @@
"perf": {},
"refactor": {},
"revert": {},
"style": {}
"style": {},
"test": {}
}