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

glob.spec.js « glob « acceptance « 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: 3029ae82ee286c8a5629fac8eb7183aa733435fb (plain)
1
2
3
4
5
describe('globbing test', function(){
  it('should find this test', function(){
    // see glob.sh for details
  })
});