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
2,520 additions
and 2,224 deletions.
- +64 −0 test/helpers/testabilityPatch.js
- +973 −2,113 test/ng/directive/inputSpec.js
- +61 −0 test/ng/directive/ngChangeSpec.js
- +142 −0 test/ng/directive/ngListSpec.js
- +773 −111 test/ng/directive/ngModelSpec.js
- +507 −0 test/ng/directive/validatorsSpec.js
Oops, something went wrong.