@miriamjs/mock-http-server
v0.1.14
Published
mock-http-server is a mock HTTP server that knows how to pretend to make requests to itself.
Downloads
9
Readme
mock-http-server
mock-http-server
is a mock HTTP server that knows how to pretend to make requests and speaks the Miriam Payload protocol. It is used for testing higher level components.
npm install @miriamjs/mock-http-server
Provider Requirements
Log
Features
- Feature 1
- Feature 2
Developing this Package
Watchman Configuration
In order to use mock-http-server
in your project while also developing it:
cd /my/local/spot
git clone [email protected]:@miriamjs/mock-http-server.git mock-http-server
brew uninstall watchman
brew update && brew upgrade
brew install --HEAD watchman
npm i -g wml
wml add <src> <dst>
wml list
wml start