#
nock
Here are 40 public repositories matching this topic...
A demo project on how to test a node/express app with Mocha, Nock and proxyquire (MNP) and code coverage with nyc/istanbul.
-
Updated
Sep 3, 2020 - JavaScript
Template project for Node.js® GraphQL APIs
nodejs
graphql
docker
template
koa
typescript
yarn
jest
azure
apollo-server
graphql-tools
nock
graphql-voyager
graphql-playground
-
Updated
Jan 18, 2019 - TypeScript
A nock repl for playing with nock expressions.
-
Updated
Mar 26, 2017 - Rust
A ReactJS application that consumes a dummy data API in the development environment and a real API in the production environment
redux
front-end
enzyme
jest
continuous-integration
reactjs
coverage-report
expressjs
axios
api-rest
react-router-v4
nock
-
Updated
Jul 30, 2020 - HTML
A simple demo to showoff Nock usage with Jest
testing
jest
testing-tools
api-test
api-testing
jest-tests
testing-practices
testing-framework
http-interceptor
nock
-
Updated
May 27, 2018 - JavaScript
Concise support for mock requests in IcedFrisby
-
Updated
Aug 1, 2020 - JavaScript
Node.js Backend boilerplate for rest apis with google oauth authentication
dotenv
circleci
mvc
mocha
sentry
rest-api
postgresql
sequelize
factory-girl
chai
sinon
codecov
vcr
google-oauth2
nock
-
Updated
Sep 2, 2020 - JavaScript
React/Redux + Bootstrap + Python/Django
redux
javascript
python
django
webpack
yarn
enzyme
jest
reactjs
makefile
postgresql
react-bootstrap
nock
-
Updated
Jul 4, 2017 - JavaScript
Simple environment that disables all network connectivity via nock
-
Updated
Jul 18, 2020 - TypeScript
React/Redux web interface for The Google URL Shortener
-
Updated
Aug 16, 2017 - JavaScript
-
Updated
Jun 1, 2018 - JavaScript
Improve this page
Add a description, image, and links to the nock topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nock topic, visit your repo's landing page and select "manage topics."


Context
This isn't really a feature request, as what I need is possible with nock as-is. But I spent several hours searching, reading old issues and searching through the source code to find the solution, so I thought this might help others.
I am testing code that accesses a service that sets the statusMessage of the response, as well as the statusCode. I am using nock to mock the server