Skip to content

Commit 7940b30

Browse files
committed
Uncomment tests
1 parent d84f7da commit 7940b30

File tree

1 file changed

+1
-1
lines changed
  • test/options/space-before-combinator

1 file changed

+1
-1
lines changed

test/options/space-before-combinator/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('options/space-before-combinator:', function() {
2929
this.shouldBeEqual('test.css', 'test-3.expected.css');
3030
});
3131

32-
it.only('Issue 381', function() {
32+
it('Issue 381', function() {
3333
this.comb.configure({ 'space-before-combinator': ' ' });
3434
this.shouldBeEqual('issue-381.css');
3535
});

0 commit comments

Comments
 (0)