Skip to content

Commit

Permalink
Fix bad conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena committed Jul 24, 2023
1 parent f12553b commit b12c270
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions decidim-core/spec/lib/webpacker/configuration_spec.rb
Expand Up @@ -51,8 +51,6 @@ module Webpacker
expect(runtime_config["default"]["stylesheet_imports"].keys).to include("imports")
expect(runtime_config["default"]["stylesheet_imports"]["imports"].keys).to include("app")
expect(runtime_config["default"]["stylesheet_imports"]["imports"]["app"]).to include(
"stylesheets/decidim/elections/elections",
"stylesheets/decidim/votings/votings",
"stylesheets/decidim/initiatives/initiatives"
)
end
Expand Down
2 changes: 0 additions & 2 deletions decidim-core/spec/lib/webpacker/runner_spec.rb
Expand Up @@ -46,8 +46,6 @@ module Webpacker
expect(runtime_config["default"]["stylesheet_imports"].keys).to include("imports")
expect(runtime_config["default"]["stylesheet_imports"]["imports"].keys).to include("app")
expect(runtime_config["default"]["stylesheet_imports"]["imports"]["app"]).to include(
"stylesheets/decidim/elections/elections",
"stylesheets/decidim/votings/votings",
"stylesheets/decidim/initiatives/initiatives"
)
end
Expand Down

0 comments on commit b12c270

Please sign in to comment.