Skip to content

Commit

Permalink
append log
Browse files Browse the repository at this point in the history
  • Loading branch information
hzlzh committed Dec 25, 2015
1 parent caa03b3 commit d9c6751
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/lazyimagecss.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('lazyimagecss test', function() {

});

it('[Correct] `width`', function(done) {
it('[Correct] `width` value', function(done) {

vfs.src('./test/src/css/style.css')
.pipe(lazyimagecss())
Expand Down Expand Up @@ -54,7 +54,7 @@ describe('lazyimagecss test', function() {

});

it('[Correct] `height`', function(done) {
it('[Correct] `height` value', function(done) {

vfs.src('./test/src/css/style.css')
.pipe(lazyimagecss())
Expand Down Expand Up @@ -86,7 +86,7 @@ describe('lazyimagecss test', function() {

});

it('[Correct] `background-size` ', function(done) {
it('[Correct] `background-size` value', function(done) {

vfs.src('./test/src/css/style.css')
.pipe(lazyimagecss())
Expand Down

0 comments on commit d9c6751

Please sign in to comment.