Skip to content

Commit efa3d8d

Browse files
committed
Tests: Unskip green vendor-prefix test
1 parent 5750550 commit efa3d8d

File tree

1 file changed

+1
-1
lines changed
  • test/options/vendor-prefix-align

1 file changed

+1
-1
lines changed

test/options/vendor-prefix-align/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('options/vendor-prefix-align', function() {
5959
this.shouldBeEqual('issue-193.css', 'issue-193.expected.css');
6060
});
6161

62-
it.skip('Issue 241: should not break tabs', function() {
62+
it('Issue 241: should not break tabs', function() {
6363
this.comb.configure({
6464
'block-indent': '\t',
6565
'vendor-prefix-align': true

0 commit comments

Comments
 (0)