Browse Source

Clarify returned server is already listening

pull/2/head
Luke Childs 7 years ago
parent
commit
d6537d6540
  1. 2
      README.md

2
README.md

@ -116,7 +116,7 @@ console.log(server.url);
### createTestServer([options])
Returns a Promise which resolves to an express instance.
Returns a Promise which resolves to an (already listening) server.
#### options

Loading…
Cancel
Save