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

index.js « mocha-2.2.5 « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 169b2717707b4b0120f9cbf6bad444322f936c42 (plain)
1
2
3
module.exports = process.env.COV
  ? require('./lib-cov/mocha')
  : require('./lib/mocha');