#
nock
Here are 57 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
Apr 29, 2022 - JavaScript
Minimal client-side GraphQL testing tool
-
Updated
Jul 11, 2021 - TypeScript
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
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
Apr 9, 2022 - JavaScript
Library to enable easier testing of Superface capabilities.
-
Updated
Feb 21, 2022 - TypeScript
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
Jun 1, 2022 - HTML
A nock repl for playing with nock expressions.
-
Updated
Mar 26, 2017 - Rust
Concise support for mock requests in IcedFrisby
-
Updated
Apr 9, 2022 - JavaScript
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
testing
nyc
unit-testing
jasmine
mocha
jest
code
coverage-report
e2e-tests
sinon
cypress
karma-jasmine
jest-snapshots
nock
mocha-chai
istanbuljs
code-coverage-html
nestjs-graphql
-
Updated
Sep 6, 2021 - 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
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