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 dc1cffd commit 658173bCopy full SHA for 658173b
test/options/integral/test.js
@@ -1,6 +1,6 @@
1
var assert = require('assert');
2
3
-describe.skip('integral test', function() {
+describe('integral test', function() {
4
it('Process result must be equal to expected.css', function() {
5
var config = this.Comb.getConfig('csscomb');
6
this.comb.configure(config);
0 commit comments