Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mocha.opts « test « mocha-3.1.2 « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36146eb65e4c4e46ab73acc0119d09b22f4f9690 (plain)
1
2
3
4
5
6
7
8
--require should
--require ./test/setup
--reporter dot
--ui bdd
--globals okGlobalA,okGlobalB
--globals okGlobalC
--globals callback*
--timeout 200