Skip to content

Commit

Permalink
Tests for transition-property requires a comma-separated list in 3.2
Browse files Browse the repository at this point in the history
Revert "Remove warning in style tests"

8afe1ee
  • Loading branch information
maxkfranz committed Jul 10, 2018
1 parent 8afe1ee commit f634fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/collection-style.js
Expand Up @@ -57,7 +57,7 @@ describe('Collection style', function(){
{
selector: '.transition-prop',
style: {
'transition-property': 'width background-color',
'transition-property': 'width, background-color',
'transition-timing-function': 'linear',
'transition-duration': 50
}
Expand All @@ -66,7 +66,7 @@ describe('Collection style', function(){
{
selector: '.transition-multiple',
style: {
'transition-property': 'width background-color',
'transition-property': 'width, background-color',
'transition-timing-function': 'linear',
'transition-duration': 50,
'width': 300,
Expand Down

0 comments on commit f634fe8

Please sign in to comment.