Skip to content

Commit

Permalink
another stab at passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fourseven committed Oct 7, 2014
1 parent cde2205 commit 59de2a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions test/scss_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ Tinytest.add("sass - autprefixer presence and function", function(test) {
renderToDiv(Template.test_p_tag);

var p = $('.sass-dashy-left-border-transition');

test.equal(p.css('display'), "-webkit-flex");
test.equal(p.css('-webkit-transition'), "-webkit-transform 1s ease 0s");

p.remove();
});
2 changes: 1 addition & 1 deletion test/scss_tests.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ $dashy: dashed;
border-left: $dashy;
border-right: $external-dotty;

display: flex; // Autoprefix expanded
transition: transform 1s ease 0s; // Autoprefix expanded
}

0 comments on commit 59de2a9

Please sign in to comment.