From bd76288eacd1b65427b320a71bed59c2c78fa9af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Go=CC=88kay=20Borulday?= Date: Fri, 7 Jun 2024 17:06:12 -0700 Subject: [PATCH] Update the `TODO` for extending tests for colors and color variables --- .../tests/helpers/testExtension/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/zeplin-extension-style-kit/tests/helpers/testExtension/index.js b/packages/zeplin-extension-style-kit/tests/helpers/testExtension/index.js index fa5a7f4..a32f49d 100644 --- a/packages/zeplin-extension-style-kit/tests/helpers/testExtension/index.js +++ b/packages/zeplin-extension-style-kit/tests/helpers/testExtension/index.js @@ -14,6 +14,7 @@ class Extension { this.generator = new Generator(this.container, this.params); } + // TODO: Consider extending tests for colors and color variables. styleguideColors(colors) { return colors.map(c => this.generator.variable(c.name, new Color(c))).join("\n"); }