Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Feb 14, 2017
1 parent 7bebc42 commit 34bd966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/egg-dev.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('egg-bin dev', () => {

it('should auto detect available port', done => {
coffee.fork(eggBin, [ 'dev' ], { cwd: appdir })
.debug()
// .debug()
.expect('stderr', /\[egg-bin] server port 7001 is in use, now using port \d+/)
.expect('code', 0)
.end(done);
Expand Down

0 comments on commit 34bd966

Please sign in to comment.