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

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

describe('globbing test', function () {
  it('should find this test', function () {
    // see glob.sh for details
  });
});