Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2014-03-31 06:17:47 +0400
committerThomas Steur <tsteur@users.noreply.github.com>2014-03-31 06:17:47 +0400
commitd2b147be5750e01ab28a9bfc5aaa52701583c78b (patch)
treef241ff1585446ac633d60d2d9f2da0c47752840c /tests/angularjs
parent818b0bb9b1647875c20219c353a95b10410ca477 (diff)
added note about jshint execution
Diffstat (limited to 'tests/angularjs')
-rw-r--r--tests/angularjs/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/angularjs/README.md b/tests/angularjs/README.md
index 440cc39f5e..ce1137be4a 100644
--- a/tests/angularjs/README.md
+++ b/tests/angularjs/README.md
@@ -37,6 +37,8 @@ Run test suites in a different browser:
Run tests in different browser permanently:
You can change the `browsers: ['Chrome', 'Firefox', 'PhantomJS']` property in `karma.conf.js` but you might have to be careful to not commit this change.
+Before executing a test it'll always run [JSHint](http://www.jshint.com/) to detect and report possible problems in the JavaScript code.
+
## Testing existing jQuery code
Just in case you want to write a test for your jQuery code you can do this the same way. You might be interested in the [Chai jQuery](http://chaijs.com/plugins/chai-jquery) plugin.