Skip to content

Commit 156964e

Browse files
authored
Merge pull request #127 from Limess/patch-2
Fix formatting for Chai website docs
2 parents 295fb52 + a01a76b commit 156964e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ chai.request(app)
126126
expect(res).to.have.status(200);
127127
});
128128
```
129+
129130
##### Caveat
131+
130132
Because the `end` function is passed a callback, assertions are run
131133
asynchronously. Therefore, a mechanism must be used to notify the testing
132134
framework that the callback has completed. Otherwise, the test will pass before

0 commit comments

Comments
 (0)