You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 years ago | |
---|---|---|
src | 8 years ago | |
test | 8 years ago | |
.gitignore | 8 years ago | |
.travis.yml | 8 years ago | |
LICENSE | 8 years ago | |
README.md | 8 years ago | |
package-lock.json | 8 years ago | |
package.json | 8 years ago |
README.md
create-test-server
Creates a minimal express server for testing
Inspired by the createServer()
helper function in the Got tests.
A simple interface for creating a preconfigured express instance listening for both HTTP and HTTPS traffic.
A self signed certificate is automatically generated for SSL. An associated CA certificate is also returned for you to validate against.
Install
npm install --save-dev create-test-server
License
MIT © Luke Childs