rails webpacker:install
bin/rails db:environment:set RAILS_ENV=test
Create `app/assets/config/manifest.js` and include directories in `app/assets` that need to be searched (may not need `fonts`, for instance):
//= link_tree ../images //= link_tree ../fonts //= link_directory ../javascripts .js //= link_directory ../stylesheets .css
Upgrade node.js