You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```
Failure:
WebpackerManifestContainerTest#test_it_loads_JS_from_the_webpacker_container [/Users/tanimichi.tsukuru/ghq/github.com/reactjs/react-rails/test/react/server_rendering/webpacker_manifest_container_test.rb:20]:
Expected "...(snip)....js.map" to include "ExportDefaultComponent".
```
Now `webpacker:compile` doesn't contain components' name in the javascript_pack_tags. I think we shouldn't test the contents in `application.js` because it's an implementation detail of webpacker and depending on it makes our tests fragile.
0 commit comments