Skip to content

Commit 703437c

Browse files
author
Сергей Пузанков
committed
Fixed integral test
1 parent 3559c46 commit 703437c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integral.expect.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ div
4141
/* foo */ div p
4242
{
4343
font-size: 1px;
44-
top: 0
44+
top: 0;
4545
}
4646
div p em
4747
{

test/integral.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var vfs = require('vow-fs');
55

66
describe('integral test', function() {
77
var comb;
8-
it('Process result must be equal to expect.css', function() {
8+
it('Process result must be equal to expect.css', function(done) {
99
comb = new Comb();
1010
comb.configure(require('../.csscomb.json'));
1111
vow.all(['origin', 'expect'].map(function(type) {

0 commit comments

Comments
 (0)