Skip to content

Commit f55fb90

Browse files
committed
Adapt test for new sass-loader config
1 parent ae5fea1 commit f55fb90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/loaders/sass.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ describe('loaders/sass', () => {
120120

121121
expect(actualLoaders[1].options).to.deep.equals({
122122
sourceMap: true,
123+
outputStyle: 'expanded',
123124
custom_optiona: 'baz',
124125
other_option: true
125126
});

0 commit comments

Comments
 (0)