From 4ededf5b06768f148ed56d91b2599e95f4325ce0 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Fri, 20 May 2022 12:35:51 -0700 Subject: [PATCH] Update src/common/Color.test.ts Co-authored-by: Megan Rogge --- src/common/Color.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Color.test.ts b/src/common/Color.test.ts index 97cd89fe..082c81c3 100644 --- a/src/common/Color.test.ts +++ b/src/common/Color.test.ts @@ -151,7 +151,7 @@ describe('Color', () => { }); }); - describe.only('css', () => { + describe('css', () => { describe('toColor', () => { it('should convert the #rgb format to an IColor', () => { assert.deepEqual(css.toColor('#000'), { css: '#000000', rgba: 0x000000FF });