We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84f7da commit 7940b30Copy full SHA for 7940b30
test/options/space-before-combinator/test.js
@@ -29,7 +29,7 @@ describe('options/space-before-combinator:', function() {
29
this.shouldBeEqual('test.css', 'test-3.expected.css');
30
});
31
32
- it.only('Issue 381', function() {
+ it('Issue 381', function() {
33
this.comb.configure({ 'space-before-combinator': ' ' });
34
this.shouldBeEqual('issue-381.css');
35
0 commit comments