Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
hilleer committed Dec 31, 2019
1 parent 84f259c commit b240a61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ describe('index', () => {
startFakeServer(5678, (data) => {
actualListenOne = data.toString();
expectedListenOne = 'Listening on 5678';
console.log('server started');
done();
});
});
Expand Down

0 comments on commit b240a61

Please sign in to comment.