Skip to content

Commit 2772e0a

Browse files
authored
Merge pull request #1340 from remotestorage/rosano-patch-2
Link to mocha
2 parents 3ff3b17 + 17366e7 commit 2772e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Before contributing to remoteStorage.js, make sure your patch passes the
44
test suite, and your code style passes the code linting suite.
55

6-
We use the [Jaribu](https://github.com/silverbucket/jaribu) framework
6+
We use the [Mocha](https://mochajs.org) and [Jaribu](https://github.com/silverbucket/jaribu) frameworks
77
for our test suites and [JSHint](http://jshint.com/about/) for linting.
88
Both are set as dev dependencies in `package.json`, so after installing
99
those via `npm install`, you can use the following command to run

0 commit comments

Comments
 (0)