matrix-mock-request

v2.0.0
Testing tool for mocking HTTP request/response pairs
mock testing

build

yarn clean && yarn build:compile && yarn build:types

build:types

tsc -p ./tsconfig.json --emitDeclarationOnly

build:compile

babel -d lib --verbose --extensions ".ts" src

clean

rimraf lib

prepublish

npm run build

start

babel -w src -d lib --source-maps

test

echo "Error: no test specified" && exit 1

Metadata

Downloads

Maintainers