Skip to content

Commit

Permalink
Update unit test to include new plugin options
Browse files Browse the repository at this point in the history
  • Loading branch information
narthollis committed Sep 15, 2015
1 parent 893ad27 commit 4682080
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/unit/stream-files-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ describe('stream-files', function () {
pluginOptions: {
'gulp-minify-css': {},
'gulp-uglify': {},
'gulp-concat': {}
'gulp-concat': {},
'gulp-sourcemaps': {'scripts': {}, 'styles': {}}
},
order: {}
}
Expand Down Expand Up @@ -74,7 +75,8 @@ describe('stream-files', function () {
pluginOptions: {
'gulp-minify-css': {},
'gulp-uglify': {},
'gulp-concat': {}
'gulp-concat': {},
'gulp-sourcemaps': {'scripts': {}, 'styles': {}}
},
order: {}
}
Expand Down

0 comments on commit 4682080

Please sign in to comment.