fix(bundle): add angular2/platform/testing/browser to SystemJS testin…#6771
Conversation
|
LGTM |
|
What's the severity? Do we need a beta.3? |
|
Where is the missing testing for this? Don't we test the example tests using the bundle? |
This pretty much breaks unit tests for all the people using SystemJS bundles. |
I was also surprised that we don't have tests for this. From what I understand now we use other bundles for e2e tests but we don't use the testing bundles anywhere. We should add proper testing as a follow up of this PR. |
|
Thanks for the PR, I was hitting the wall for ng-bootstrap tests until @pkozlowski-opensource told me that it was missing :P |
|
Thanks for finding this - sorry I didn't realize the bundles would need fixing when I made the test setup changes. |
@juliemr no worries - there should be safety net for this. In the future we should:
|
|
Please bring up the beta.3 question on slack so we get a definitive answer. Would be nice if we could just publish an updated beta.2 bundle and not change any code? caretaker takes a lot of time without extra releases to perform |
|
I decided to just cherry-pick this change onto the 2.0.0-beta.2 branch and re-publish the bundles. |
|
I can see it. Thank you. For npm users, should we wait for beta.3? |
|
I am not sure the severity for the use case of getting bundles out of the npm distribution. The workaround of replacing files from the CDN seems possible. @mhevery ? |
|
For the ones that relies on npm that won't work. A workaround can be done tho. Personally for ng-bootstrap is not a big deal, we can wait for beta.3 while we code it up :) |
|
The beta releases could benefit by having patch releases. Then everyone can simply run |

It is missing in beta.2