Skip to content

Commit

Permalink
Even more testing the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed May 23, 2016
1 parent 64425a1 commit 0971a89
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions temp-test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
'use strict';

var oldExit = process.exit;
process.exit = function () {
console.error(new Error(‘OH NO!!!));
oldExit.apply(process, arguments);
}

var path = require('path');
var assert = require('yeoman-assert');
var helpers = require('yeoman-test');
Expand Down

0 comments on commit 0971a89

Please sign in to comment.