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

async-only-async.fixture.js « options « fixtures « integration « 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: d5ba2b37a0af52ac2d0c1a5621d98db0558622eb (plain)
1
2
3
4
5
'use strict';

it('should pass', function (done) {
  done();
});