From fcdfa33a2eaa1130f3d7cb60a7b815fd1282a017 Mon Sep 17 00:00:00 2001 From: Elizabeth Mitchell Date: Mon, 22 Jan 2024 12:08:36 -0800 Subject: [PATCH] chore: add "testing" to commitlint types PiperOrigin-RevId: 600529879 --- commitlint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commitlint.config.js b/commitlint.config.js index d8f7a5b9ce..8ae4701ab0 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -36,6 +36,7 @@ export default { 'slider', 'switch', 'tabs', + 'testing', 'textfield', 'tokens', 'typography',