Skip to content

Commit

Permalink
Adapt test for new sass-loader config
Browse files Browse the repository at this point in the history
  • Loading branch information
wimhendrikx committed Sep 16, 2019
1 parent ae5fea1 commit f55fb90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/loaders/sass.js
Expand Up @@ -120,6 +120,7 @@ describe('loaders/sass', () => {

expect(actualLoaders[1].options).to.deep.equals({
sourceMap: true,
outputStyle: 'expanded',
custom_optiona: 'baz',
other_option: true
});
Expand Down

0 comments on commit f55fb90

Please sign in to comment.