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 });