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

nontty.spec.js « misc « 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: ea57b9733f33c18f3672edcdc3c3c9f85fe3dc49 (plain)
1
2
3
4
5
6
7
8
9
10
11
'use strict';

describe('tests for non-tty', function () {
  it('should pass', function () {

  });

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