Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Apr 25, 2023
1 parent 4b287e1 commit bbfa588
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dependencies/CssImportDependency.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CssImportDependency extends ModuleDependency {
}

get category() {
return "style";
return "css-import";
}

/**
Expand Down
4 changes: 3 additions & 1 deletion test/configCases/css/conflicting-order/warnings.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = [[/Conflicting order between \.\/b\.css and \.\/c\.css/]];
module.exports = [
[/Conflicting order between css \.\/b\.css and css \.\/c\.css/]
];

0 comments on commit bbfa588

Please sign in to comment.