-
Notifications
You must be signed in to change notification settings - Fork 12k
Tests for generated Angular2 projects #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cironunes
added a commit
to cironunes/angular-cli
that referenced
this issue
Aug 17, 2015
1 task
cironunes
added a commit
to cironunes/angular-cli
that referenced
this issue
Aug 17, 2015
kieronqtran
added a commit
to kieronqtran/angular-cli
that referenced
this issue
Oct 15, 2016
chore: merge September 30th 2016
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The generated projects should have a testing infrastructure with karma setup.
I believe we've already decided NOT to have a
test
folder in the generated projects, but instead to have a.spec.ts
file that lives close to each component of the app, which will help with isolation and maintainability. This could be discussed further.The text was updated successfully, but these errors were encountered: