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

qunit.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: 8804d0b99428473ea3f164450cefe8d8620046e5 (plain)
1
2
3
4
/* eslint-env browser */

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