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

opts.spec.js « browser « 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: 7b93f2261586ca2b3d59c80a6f3e94dff8551df7 (plain)
1
2
3
4
5
6
7
'use strict';

describe('Options', function () {
  it('should set timeout value', function () {
    assert(this.test._timeout === 1500);
  });
});