This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Improve unit testing docs in guide #8220
Labels
Milestone
Comments
I think we talked about the controller syntax in #5076. We agreed to change that for 2.0. The other stuff certainly needs to be done. |
@RichardLitt with 'old controller syntax', I mean that very recently support for controllers on the window was removed, now they all must be defined in a module. I totally forgot about |
Ah, cool. Got a link for me to the window ref? I've missed that. |
Here, that's what I mean: 3f2232b My explanation maybe wasn't the best |
jackfranklin
added a commit
to jackfranklin/angular.js
that referenced
this issue
Nov 22, 2014
This commit adds to the unit testing guide: - add explicit section on additional libraries: Karma, Jasmine and angular-mocks and link to the docs for those projects too. Explain the benefit and use case for each of these libaries - Add more fully featured test examples and add more documentation around them, in particular the controller test - more clearly distinguish between the section on principles of testing and actual tutorial on writing a test This should close angular#8220.
jackfranklin
added a commit
to jackfranklin/angular.js
that referenced
this issue
Nov 22, 2014
This commit adds to the unit testing guide: - add explicit section on additional libraries: Karma, Jasmine and angular-mocks and link to the docs for those projects too. Explain the benefit and use case for each of these libaries - Add more fully featured test examples and add more documentation around them, in particular the controller test - more clearly distinguish between the section on principles of testing and actual tutorial on writing a test This should close angular#8220.
jackfranklin
added a commit
to jackfranklin/angular.js
that referenced
this issue
Nov 22, 2014
This commit adds to the unit testing guide: - add explicit section on additional libraries: Karma, Jasmine and angular-mocks and link to the docs for those projects too. Explain the benefit and use case for each of these libaries - Add more fully featured test examples and add more documentation around them, in particular the controller test - more clearly distinguish between the section on principles of testing and actual tutorial on writing a test This should close angular#8220.
jackfranklin
added a commit
to jackfranklin/angular.js
that referenced
this issue
Nov 22, 2014
This commit adds to the unit testing guide: - add explicit section on additional libraries: Karma, Jasmine and angular-mocks and link to the docs for those projects too. Explain the benefit and use case for each of these libaries - Add more fully featured test examples and add more documentation around them, in particular the controller test - more clearly distinguish between the section on principles of testing and actual tutorial on writing a test This should close angular#8220.
jackfranklin
added a commit
to jackfranklin/angular.js
that referenced
this issue
Nov 22, 2014
This commit adds to the unit testing guide: - add explicit section on additional libraries: Karma, Jasmine and angular-mocks and link to the docs for those projects too. Explain the benefit and use case for each of these libaries - Add more fully featured test examples and add more documentation around them, in particular the controller test - more clearly distinguish between the section on principles of testing and actual tutorial on writing a test This should close angular#8220.
jackfranklin
added a commit
to jackfranklin/angular.js
that referenced
this issue
Nov 22, 2014
This commit adds to the unit testing guide: - add explicit section on additional libraries: Karma, Jasmine and angular-mocks and link to the docs for those projects too. Explain the benefit and use case for each of these libaries - Add more fully featured test examples and add more documentation around them, in particular the controller test - more clearly distinguish between the section on principles of testing and actual tutorial on writing a test This should close angular#8220.
gkalpak
pushed a commit
to gkalpak/angular.js
that referenced
this issue
Dec 5, 2014
This commit adds to the unit testing guide: - an explicit section on additional libraries: Karma, Jasmine and angular-mocks and link to the docs for those projects too. Explain the benefit and use case for each of these libaries - fully featured test examples and add more documentation around them, in particular the controller test - a clear separation between the section on principles of testing and the actual tutorial on writing a test Closes angular#8220
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think the unit testing part of the guide can be improved in major ways. From a quick glance:
The text was updated successfully, but these errors were encountered: