Skip to content

Commit

Permalink
update 3
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore committed Oct 24, 2016
1 parent ebffd8d commit c7b7939
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"egg-alinode": "^1.0.3",
"egg-bin": "^1.3.0",
"egg-ci": "^1.0.3",
"egg-mock": "^0.0.7",
"egg-mock": "^0.0.8",
"egg-plugin-puml": "1",
"egg-view-nunjucks": "^0.5.0",
"eslint": "^3.0.0",
Expand Down
4 changes: 0 additions & 4 deletions test/lib/core/app_worker_client.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';

const fs = require('fs');
const should = require('should');
const mm = require('egg-mock');
const pedding = require('pedding');
Expand All @@ -14,9 +13,6 @@ describe('test/lib/core/app_worker_client.test.js', () => {
let client;

before(() => {
const dir = utils.getFilepath('apps/demo/logs/demo');
console.log(dir, fs.existsSync(dir));
console.log(fs.readdirSync(dir));
app = utils.app('apps/demo');
return app.ready();
});
Expand Down

0 comments on commit c7b7939

Please sign in to comment.