Skip to content

Commit 658173b

Browse files
committed
Tests: Unskip integral tests
1 parent dc1cffd commit 658173b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/options/integral/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var assert = require('assert');
22

3-
describe.skip('integral test', function() {
3+
describe('integral test', function() {
44
it('Process result must be equal to expected.css', function() {
55
var config = this.Comb.getConfig('csscomb');
66
this.comb.configure(config);

0 commit comments

Comments
 (0)