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

retries.fixture.js « options « fixtures « integration « 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: b2f76e12eadea79eb7e24e4d7960f4fb37ce8f1e (plain)
1
2
3
4
5
describe('retries', function() {
  it('should fail', function () {
    throw new Error('retry failure');
  });
});