Skip to content

Commit

Permalink
chore: resolve EggApplication is not a Class (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangDianPeng authored and popomore committed Dec 11, 2018
1 parent df1cc5b commit b123b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/middleware/start.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const EggApplication = require('../../test/fixtures/egg');
const EggApplication = require('../../test/fixtures/egg').Application;

const app = new EggApplication({
baseDir: __dirname,
Expand Down

0 comments on commit b123b61

Please sign in to comment.