Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork198
Closed
Description
Is your feature request related to a problem? Please describe.
Currently I'm building and running my application with--bundle, i.e. with Webpack. However, this is not working for unit tests. This way I'm not sure my services are tested in the same way as when they'll be used at runtime in the actual application.
Describe the solution you'd like
Allow runningtns test <platform> --bundle.
Describe alternatives you've considered
No