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

bdd.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: d19993676aa629e9cdb87dc5cf32214420c4ba6d (plain)
1
2
3
4
5
6
'use strict';

/* eslint-env browser */

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