Permalink
Browse files
test(input): split tests into smaller files
This is complement to the previous commit. It also refactors the input compile helpers to make it cleaner and more consistent.
- Loading branch information
Showing
with
4,126 additions
and 3,712 deletions.
- +64 −0 test/helpers/testabilityPatch.js
- +1,115 −3,712 test/ng/directive/inputSpec.js
- +61 −0 test/ng/directive/ngChangeSpec.js
- +142 −0 test/ng/directive/ngListSpec.js
- +2,237 −0 test/ng/directive/ngModelSpec.js
- +507 −0 test/ng/directive/validatorsSpec.js
Oops, something went wrong.