Skip to content

Commit b123b61

Browse files
ZhangDianPengpopomore
authored andcommitted
chore: resolve EggApplication is not a Class (#186)
1 parent df1cc5b commit b123b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/middleware/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const EggApplication = require('../../test/fixtures/egg');
3+
const EggApplication = require('../../test/fixtures/egg').Application;
44

55
const app = new EggApplication({
66
baseDir: __dirname,

0 commit comments

Comments
 (0)