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
Research modifying the Broccoli file stream rather than making actual physical changes to the files as currently doing in the blueprint. This will make it easier to swap test libraries in the future.
Since is "just" testing code the change can be applied on the fly and not have to be captured in source control. The source control change will be the inclusion of the addon in package.json
That's my current thinking anyways. Need to spend some more time with the idea
The text was updated successfully, but these errors were encountered:
If modify the stream versus the on-disk file though it will be harder for the user to know when the add on was not able to successfully inject itself in the correct location in the files. This add on could keep up with Ember CLI version upgrades and the structures of the files but if a user has made enough changes to their application's copy of these files then the required injections will not occur properly. Would need to find a way to address this if using this approach.
Research modifying the Broccoli file stream rather than making actual physical changes to the files as currently doing in the blueprint. This will make it easier to swap test libraries in the future.
Since is "just" testing code the change can be applied on the fly and not have to be captured in source control. The source control change will be the inclusion of the addon in package.json
That's my current thinking anyways. Need to spend some more time with the idea
The text was updated successfully, but these errors were encountered: