Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:jinroh/strophejs-plugins
  • Loading branch information
jinroh committed Dec 15, 2011
2 parents dc6aeeb + f8e95d6 commit 6cbc7cf
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion rpc/README.md
Expand Up @@ -73,4 +73,15 @@ Examples :
connection.rpc.addJidToWhiteList("me@jabber.org");
connection.rpc.addJidToWhiteList(["*@jabber.org", "me@*"]);
connection.rpc.addJidToWhiteList("*@*");
```
```

## 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`.

0 comments on commit 6cbc7cf

Please sign in to comment.