Update src/common/Color.test.ts

Co-authored-by: Megan Rogge <megan.rogge@microsoft.com>
This commit is contained in:
Daniel Imms
2022-05-20 12:35:51 -07:00
committed by GitHub
co-authored by Megan Rogge
parent 384cd9db30
commit 4ededf5b06
+1 -1
View File
@@ -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 });