File tree Expand file tree Collapse file tree
decidim-core/spec/lib/webpacker Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ module Webpacker
4747 )
4848 end
4949
50+ # REDESIGN_PENDING: this test is no longer required
5051 it "adds the stylesheet imports to the webpacker runtime configuration" do
5152 expect ( runtime_config [ "default" ] [ "stylesheet_imports" ] . keys ) . to include ( "imports" )
5253 expect ( runtime_config [ "default" ] [ "stylesheet_imports" ] [ "imports" ] . keys ) . to include ( "app" )
5354 expect ( runtime_config [ "default" ] [ "stylesheet_imports" ] [ "imports" ] [ "app" ] ) . to include (
5455 "stylesheets/decidim/consultations/consultations" ,
55- "stylesheets/decidim/elections/elections" ,
5656 "stylesheets/decidim/votings/votings" ,
5757 "stylesheets/decidim/initiatives/initiatives"
5858 )
Original file line number Diff line number Diff line change @@ -42,11 +42,12 @@ module Webpacker
4242 "decidim_map_provider_default" => "#{ core_path } /app/packs/entrypoints/decidim_map_provider_default.js" ,
4343 "decidim_map_provider_here" => "#{ core_path } /app/packs/entrypoints/decidim_map_provider_here.js"
4444 )
45+
46+ # REDESIGN_PENDING: these specs are no longer required
4547 expect ( runtime_config [ "default" ] [ "stylesheet_imports" ] . keys ) . to include ( "imports" )
4648 expect ( runtime_config [ "default" ] [ "stylesheet_imports" ] [ "imports" ] . keys ) . to include ( "app" )
4749 expect ( runtime_config [ "default" ] [ "stylesheet_imports" ] [ "imports" ] [ "app" ] ) . to include (
4850 "stylesheets/decidim/consultations/consultations" ,
49- "stylesheets/decidim/elections/elections" ,
5051 "stylesheets/decidim/votings/votings" ,
5152 "stylesheets/decidim/initiatives/initiatives"
5253 )
You can’t perform that action at this time.
0 commit comments