Skip to content

Commit

Permalink
chore(basic-tests): fix typo
Browse files Browse the repository at this point in the history
 
fixes #89
  • Loading branch information
azu committed Jun 9, 2014
1 parent 693c178 commit b0cf14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ch3_Testing/basic-tests.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ it("should use `done` for test?", function (done) {
しかし、`assert`が失敗した時のために`.then(done, done);`というものを付ける必要があります。
Promiseのテストを書くときにつけ忘れてしまうと終わらないテストが出来上がってしまう場合があることに気をつけましょう。

次に、最初にmochaを使う理由に上げた"Promisesの1テスト"をサポートしているという事がどういう機能なのかを学んでいきましょう。
次に、最初にmochaを使う理由に上げた"Promisesのテスト"をサポートしているという事がどういう機能なのかを学んでいきましょう。

0 comments on commit b0cf14e

Please sign in to comment.