Skip to content

Commit

Permalink
Applies unfixable test case (thanks @ybiquitous)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattxwang committed Apr 27, 2023
1 parent e22ac79 commit a396db5
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,12 @@ testRule({
'custom resolver for transition - transition property contains property-specific basic keyword (none), but list is of size 1',
message: messages.expected('transition'),
},
{
code: 'a { transition-delay: ; transition-duration: 1s; transition-timing-function: ease; transition-property: top; }',
unfixable: true,
description: 'custom resolver for transition - missing transition-delay',
message: messages.expected('transition'),
},
],
});

Expand Down

0 comments on commit a396db5

Please sign in to comment.