We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ff3b17 + 17366e7 commit 2772e0aCopy full SHA for 2772e0a
docs/contributing/testing.md
@@ -3,7 +3,7 @@
3
Before contributing to remoteStorage.js, make sure your patch passes the
4
test suite, and your code style passes the code linting suite.
5
6
-We use the [Jaribu](https://github.com/silverbucket/jaribu) framework
+We use the [Mocha](https://mochajs.org) and [Jaribu](https://github.com/silverbucket/jaribu) frameworks
7
for our test suites and [JSHint](http://jshint.com/about/) for linting.
8
Both are set as dev dependencies in `package.json`, so after installing
9
those via `npm install`, you can use the following command to run
0 commit comments