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

async-only-async.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: 5387d169b7611312ff1d70b1387319af78a652e3 (plain)
1
2
3
it('should pass', function(done){
  done();
});