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.
 
Luke Childs a2e8d2728c Test opts.certificate is passed through to createCert() 8 years ago
src Pass opts.certificate through to createCert() 8 years ago
test Test opts.certificate is passed through to createCert() 8 years ago
.gitignore Initial commit 8 years ago
.travis.yml Initial commit 8 years ago
LICENSE Initial commit 8 years ago
README.md Credit Got 8 years ago
package-lock.json Listen for HTTP and HTTPS traffic 8 years ago
package.json Listen for HTTP and HTTPS traffic 8 years ago

README.md

create-test-server

Creates a minimal express server for testing

Build Status Coverage Status npm

Inspired by the createServer() helper function in the Got tests

Install

npm install --save-dev create-test-server

License

MIT © Luke Childs