Skip to content

Commit 921962b

Browse files
committed
Fix comments in tests
1 parent e578c6c commit 921962b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test('repeated values', t => {
5050
return run(t, input, output, optDefault);
5151
});
5252

53-
/***************Color types*************************/
53+
/** *************Color types*********************** **/
5454
test('HSL', t => {
5555
let input = `.foo {
5656
border: 1px solid hsl(120,100%,50%, 0.5);
@@ -128,7 +128,7 @@ test('long hex', t => {
128128
return run(t, input, output, { onlyColor: true });
129129
});
130130

131-
/******************************************************/
131+
/** ************************************************** **/
132132

133133
test('exist root element', t => {
134134
let input = `:root {

0 commit comments

Comments
 (0)