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

opts.spec.js « browser « 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: dbbc9ff172187db598fc263df0cf572e2f1da42a (plain)
1
2
3
4
5
describe('Options', function() {
  it('should set timeout value', function() {
    assert(this.test._timeout === 1500);
  });
})