Skip to content

Commit

Permalink
fix: module name
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Aug 8, 2018
1 parent d2bd919 commit c00d20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/midway-mock/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const {
app,
mock,
mm
} = require('egg-mock/boostrap');
} = require('egg-mock/bootstrap');
module.exports = require('egg-mock/bootstrap');

exports.assert = assert;
Expand Down

0 comments on commit c00d20c

Please sign in to comment.