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

tdd.fixture.js « browser-fixtures « 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: 0c36f0c54b55b282398df7b29ba27595a9f52255 (plain)
1
2
3
4
5
6
'use strict';

/* eslint-env browser */

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