Skip to content

Commit

Permalink
docs(unittest): typo of egg-mock (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Aug 3, 2017
1 parent 734854c commit 08ed1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/zh-cn/core/unittest.md
Expand Up @@ -174,7 +174,7 @@ describe('test/controller/home.test.js', () => {

```js
// test/controller/home.test.js
const { app, mock, assert } = require('egg/mock/bootstrap');
const { app, mock, assert } = require('egg-mock/bootstrap');

describe('test/controller/home.test.js', () => {
// test cases
Expand Down

0 comments on commit 08ed1b3

Please sign in to comment.