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

bdd.fixture.js « browser-fixtures « 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: 72b4a8a47c9a1db84d37f613d5a6da78226f52bf (plain)
1
2
3
4
/* eslint-env browser */

window.mocha.timeout(200)
  .ui('bdd');