We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 295fb52 + a01a76b commit 156964eCopy full SHA for 156964e
README.md
@@ -126,7 +126,9 @@ chai.request(app)
126
expect(res).to.have.status(200);
127
});
128
```
129
+
130
##### Caveat
131
132
Because the `end` function is passed a callback, assertions are run
133
asynchronously. Therefore, a mechanism must be used to notify the testing
134
framework that the callback has completed. Otherwise, the test will pass before
0 commit comments