-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Not able to run test for individual apps #2092
Comments
@skolli853780 thanks for opening this issue. Would love to get a PR for that! |
Can you please check with Angular seed contributors if they can provide a solution for this issue? I am not an expert in this area.. |
Hi I am also attempting to run npm test and I get errors out of the box. Any suggestions on correctly executing a simple unit app component unit test? Below are the errors: 27 06 2018 14:15:12.548:INFO [karma]: Karma v2.0.3 server started at http://0.0.0.0:9877/ Finished in 0.002 secs / 0 secs @ 14:15:21 GMT-0500 (Central Daylight Time) SUMMARY: |
I'm submitting a ... (check one with "x")
Current behavior
npm test does not take app parameter.. we have 2 applications using same angular seed.
if I run npm test -- --app sd, it does not run tests for sd application
Expected behavior
Like the way, we can start and build individual applications by passing --app parameter, npm test with app parameter should run
Minimal reproduction of the problem with instructions
execute npm test -- --app
What is the motivation / use case for changing the behavior?
In a distributed team environment, developers should be able to run tests on individual application
Please tell us about your environment:
Windows 10
aaaaf75
node --version
=The text was updated successfully, but these errors were encountered: