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

nontty.spec.js « misc « 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: 2372a660b988043a5474157171c26b718b524cce (plain)
1
2
3
4
5
6
7
8
9
describe('tests for non-tty', function(){
  it('should pass', function(){

  })

  it('should fail', function(){
    throw new Error('oh noes')
  })
})