diff --git a/rpc/README.md b/rpc/README.md index 6a47bd6..c9850fe 100644 --- a/rpc/README.md +++ b/rpc/README.md @@ -73,4 +73,15 @@ Examples : connection.rpc.addJidToWhiteList("me@jabber.org"); connection.rpc.addJidToWhiteList(["*@jabber.org", "me@*"]); connection.rpc.addJidToWhiteList("*@*"); -``` \ No newline at end of file +``` + +## Tests & specs + +I use the node module `jasmine-runner` for the tests. Install it and use it as follow : + +```bash +$ npm install jasmine-runner +$ jasmine mon +``` + +The tests run in the browser at the address `localhost:8124`. \ No newline at end of file