Skip to content

Commit 91bef0d

Browse files
committed
add license to README
1 parent 7d80995 commit 91bef0d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,17 @@ graph
3131
});
3232

3333
```
34+
35+
## Running tests
36+
37+
A simple test suite is provided, and can be run with:
38+
39+
```sh
40+
$ mocha
41+
```
42+
43+
The tests expect a Redis server with the RedisGraph module loaded to be available at localhost:6379
44+
45+
## License
46+
47+
redisgraph.js is distributed under the BSD3 license - see [LICENSE](LICENSE)

0 commit comments

Comments
 (0)