test: Add more tests for slider init, RzSliderOptions handling, and start to test ticks
Showing
| ... | ... | @@ -24,8 +24,6 @@ |
| "angular": "1.4.7", | ||
| "angular-mocks": "^1.4.8", | ||
| "chai": "^3.4.1", | ||
| "chai-as-promised": "^5.1.0", | ||
| "chai-things": "^0.2.0", | ||
| "codecov.io": "^0.1.6", | ||
| "commitizen": "^2.4.6", | ||
| "cz-conventional-changelog": "^1.1.5", | ||
| ... | ... | @@ -41,12 +39,13 @@ |
| "grunt-replace": "^0.11.0", | ||
| "grunt-serve": "^0.1.6", | ||
| "karma": "^0.13.15", | ||
| "karma-chai-plugins": "^0.6.1", | ||
| "karma-chai": "^0.1.0", | ||
| "karma-chrome-launcher": "^0.2.2", | ||
| "karma-coverage": "^0.5.3", | ||
| "karma-mocha": "^0.2.1", | ||
| "karma-ng-html2js-preprocessor": "^0.2.0", | ||
| "karma-phantomjs-launcher": "^0.2.1", | ||
| "karma-sinon": "^1.0.4", | ||
| "mocha": "^2.3.4", | ||
| "phantomjs": "^1.9.19", | ||
| "recess": "~1.1.9" | ||
| ... | ... |
Please
register
or
sign in
to comment