mirror of https://gitee.com/bigwinds/arangodb
Update README_maintainers.md (#4423)
This commit is contained in:
parent
a5bd135ddf
commit
b7fdd77c33
|
@ -254,6 +254,9 @@ arangosh is similar, however, you can only run tests which are intended to be ra
|
||||||
mocha tests
|
mocha tests
|
||||||
-----------
|
-----------
|
||||||
All tests with -spec in their names are using the [mochajs.org](https://mochajs.org) framework.
|
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
|
Javascript framework
|
||||||
--------------------
|
--------------------
|
||||||
|
|
Loading…
Reference in New Issue