mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Update src/common/Color.test.ts
Co-authored-by: Megan Rogge <megan.rogge@microsoft.com>
This commit is contained in:
co-authored by
Megan Rogge
parent
384cd9db30
commit
4ededf5b06
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user