1
0
Fork 0

Update README_maintainers.md (#4423)

This commit is contained in:
Heiko 2018-02-20 11:31:24 +01:00 committed by Jan
parent a5bd135ddf
commit b7fdd77c33
1 changed files with 3 additions and 0 deletions

View File

@ -254,6 +254,9 @@ arangosh is similar, however, you can only run tests which are intended to be ra
mocha tests
-----------
All tests with -spec in their names are using the [mochajs.org](https://mochajs.org) framework.
To run those tests, e.g. in the arangosh, use this:
`const runTest = require("@arangodb/mocha-runner");`
`runTest(<filepath>, true)`
Javascript framework
--------------------