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
webpack-karma was bundled everything into every
single spec we had (5 copies of react, 5 copies
of the router, etc).
While having to put every spec we want to require
into the specs/main.js file isn’t ideal, it
works. I imagine there is some configuration
option I’m unaware of that removes the need for
this workaround.
Also, Promise was not being required, some
environments have it, some don’t.
0 commit comments