Skip to content

Commit a01a76b

Browse files
author
Charlie Briggs
authored
Fix formatting for Chai website docs
The formatting was affected by the lack of space above the heading, this seemed to be fine in Github flavoured markdown but whatever http://chaijs.com is using didn't like it. ![formatting issue](https://www.dropbox.com/s/04hda1lceenq0b8/Screenshot%202016-11-11%2011.50.33.png?dl=1)
1 parent 295fb52 commit a01a76b

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)