Skip to content

Commit 43ba2da

Browse files
committed
Uncomment test.
1 parent dd1a148 commit 43ba2da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function compare(fixturePath, expectedPath, options, done) {
3737
}
3838

3939
describe('gulp-inline-css', function() {
40-
/*it('file should pass through', function(done) {
40+
it('file should pass through', function(done) {
4141
var a = 0;
4242

4343
var fakeFile = new gutil.File({
@@ -63,7 +63,7 @@ describe('gulp-inline-css', function() {
6363

6464
stream.write(fakeFile);
6565
stream.end();
66-
});*/
66+
});
6767

6868
it('Should convert linked css to inline css', function(done) {
6969
var options = {};

0 commit comments

Comments
 (0)