Skip to content

Commit

Permalink
fix(scss): fix tests (jaredpalmer#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaa77 authored Apr 15, 2020
1 parent 89ea2fc commit dd9a3db
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions packages/razzle-plugin-scss/tests/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,16 @@ const nodeLoaderTests = [
loaderFinder: cssLoaderFinder,
},
{
name: 'should not add postcss-loader',
name: 'should add postcss-loader',
loaderFinder: postCssLoaderFinder,
status: 'falsy',
},
{
name: 'should not add resolve-url-loader',
name: 'should add resolve-url-loader',
loaderFinder: resolveUrlLoaderFinder,
status: 'falsy',
},
{
name: 'should not add sass-loader',
name: 'should add sass-loader',
loaderFinder: sassLoaderFinder,
status: 'falsy',
},
];

Expand Down

0 comments on commit dd9a3db

Please sign in to comment.