Skip to content

Commit fd7f7cc

Browse files
committed
test: update test case.
1 parent 2b4aa9b commit fd7f7cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/theme/basic.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ it('basicTheme test case', () => {
55
expect(Object.keys(basicTheme)).toMatchObject([
66
'--w-rjv-font-family',
77
'--w-rjv-color',
8+
'--w-rjv-key-number',
89
'--w-rjv-key-string',
910
'--w-rjv-background-color',
1011
'--w-rjv-line-color',
@@ -17,6 +18,7 @@ it('basicTheme test case', () => {
1718
'--w-rjv-curlybraces-color',
1819
'--w-rjv-colon-color',
1920
'--w-rjv-brackets-color',
21+
'--w-rjv-ellipsis-color',
2022
'--w-rjv-quotes-color',
2123
'--w-rjv-quotes-string-color',
2224
'--w-rjv-type-string-color',

0 commit comments

Comments
 (0)