We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1cc5b commit b123b61Copy full SHA for b123b61
1 file changed
benchmark/middleware/start.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-const EggApplication = require('../../test/fixtures/egg');
+const EggApplication = require('../../test/fixtures/egg').Application;
4
5
const app = new EggApplication({
6
baseDir: __dirname,
0 commit comments