Added jshint file for unit tests, and grunt task to verify test syntax.
Showing
... | @@ -13,13 +13,12 @@ | ... | @@ -13,13 +13,12 @@ |
"rjs-build-analysis": "0.0.3", | "rjs-build-analysis": "0.0.3", | ||
"grunt": "~0.4.0", | "grunt": "~0.4.0", | ||
"grunt-ngmin": "0.0.3", | "grunt-ngmin": "0.0.3", | ||
"grunt-contrib": "~0.8.0", | |||
"grunt-contrib-less": "~0.7.0", | "grunt-contrib-less": "~0.7.0", | ||
"grunt-contrib-copy": "~0.4.1", | "grunt-contrib-copy": "~0.4.1", | ||
"grunt-git-describe": "~2.3.2", | "grunt-git-describe": "~2.3.2", | ||
"grunt-contrib-clean": "~0.5.0", | "grunt-contrib-clean": "~0.5.0", | ||
"grunt-contrib-cssmin": "~0.6.1", | "grunt-contrib-cssmin": "~0.6.1", | ||
"grunt-contrib-jshint": "~0.6.0", | "grunt-contrib-jshint": "~0.10.0", | ||
"grunt-string-replace": "~0.2.4", | "grunt-string-replace": "~0.2.4", | ||
"grunt-contrib-htmlmin": "~0.1.3", | "grunt-contrib-htmlmin": "~0.1.3", | ||
"grunt-contrib-requirejs": "~0.4.1", | "grunt-contrib-requirejs": "~0.4.1", | ||
... | @@ -44,7 +43,8 @@ | ... | @@ -44,7 +43,8 @@ |
"grunt-karma": "~0.6.2", | "grunt-karma": "~0.6.2", | ||
"karma-mocha": "~0.1.1", | "karma-mocha": "~0.1.1", | ||
"karma-expect": "~1.0.0", | "karma-expect": "~1.0.0", | ||
"grunt-cli": "~0.1.13" | "grunt-cli": "~0.1.13", | ||
"jshint-stylish": "~0.1.5" | |||
}, | }, | ||
"engines": { | "engines": { | ||
"node": "0.10.x", | "node": "0.10.x", | ||
... | ... |
src/test/.jshintrc
0 → 100644
Please
register
or
sign in
to comment