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

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