Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore committed Jun 18, 2017
1 parent d6ad4df commit 3f278d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bin/egg-bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

'use strict';

process.env.DEBUG = 'coffee*';
const Command = require('..');

new Command().start();
2 changes: 1 addition & 1 deletion test/egg-bin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('test/egg-bin.test.js', () => {
const cwd = path.join(__dirname, 'fixtures/test-files');

describe('global options', () => {
it.only('should show version', done => {
it('should show version', done => {
coffee.fork(eggBin, [ '--version' ], { cwd })
.debug()
.expect('stdout', /\d+\.\d+\.\d+/)
Expand Down

0 comments on commit 3f278d3

Please sign in to comment.