Skip to content

Commit

Permalink
馃憖
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Jan 6, 2021
1 parent 0d1b488 commit 4b71219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/features/preprocessors.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ test('CSS url resolution can be disabled for PostCSS: globally (after)', async t
t.false(File.exists(`test/fixtures/app/dist/images/img2.svg`));
});

test.only('CSS imported in JS does not result in separate files by default', async t => {
test('CSS imported in JS does not result in separate files by default', async t => {
mix.js('test/fixtures/app/src/js/import-css-module.js', 'js');

await webpack.compile();
Expand Down

0 comments on commit 4b71219

Please sign in to comment.