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 00:17:22 +0400
committerThomas Steur <tsteur@users.noreply.github.com>2014-03-31 00:17:22 +0400
commit53e4de5d5ade1370d4bbb2493870862668f66cfb (patch)
tree4238956576a72c29d5f93712bdd991ba611d1367 /tests/angularjs
parent1b7e42b45a1e8c1c7f0b1e4cc86ef1cd4e53f78c (diff)
refs #4691 updated doc
Diffstat (limited to 'tests/angularjs')
-rw-r--r--tests/angularjs/README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/tests/angularjs/README.md b/tests/angularjs/README.md
index 025f3a25b9..94217ba833 100644
--- a/tests/angularjs/README.md
+++ b/tests/angularjs/README.md
@@ -2,6 +2,9 @@
npm install .
+### Ubuntu
+On Ubuntu you might be able to use the `install-ubuntu.sh` script. Have a look and give it a try
+
## Used libs
MochaJS + Chai
@@ -13,7 +16,12 @@ Run tests (it runs tests automatically again once there is a file change)
It runs the tests in PhantomJS at the moment. If you want to run it in different browsers
just change the `browsers: ['Chrome', 'Firefox', 'PhantomJS']` property in `karma.conf.js`
+## Testing existing jQuery code
+
+TBD
+
## Help
-More about Chai: http://chaijs.com/guide/styles/
-More about Mocha: http://visionmedia.github.io/mocha/ \ No newline at end of file
+* [Chai](http://chaijs.com/guide/styles/)
+* [Mocha](http://visionmedia.github.io/mocha/)
+* You need more assertions? Have a look at [Chai plugins](http://chaijs.com/plugins)