Skip to content

Commit

Permalink
void 0
Browse files Browse the repository at this point in the history
  • Loading branch information
alsotang committed Oct 11, 2014
1 parent 6aba957 commit 4aa4375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lesson10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ suite
console.log('Fastest is ' + this.filter('fastest').pluck('name'));
})
// run async
// 这里的 async 不是 mocha 测试那个 async 的意思,这个选项与它的时间计算有关,默认勾上就好了。
.run({ 'async': true });
```

Expand Down

0 comments on commit 4aa4375

Please sign in to comment.