#
nock
Here are 40 public repositories matching this topic...
loganallenc
commented
May 4, 2020
S3 integration for Urbit has now been merged into master. Let’s get some documentation for this, happy to help out!
A demo project on how to test a node/express app with Mocha, Nock and proxyquire (MNP) and code coverage with nyc/istanbul.
-
Updated
May 24, 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
Jun 6, 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
Jun 1, 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
Mar 14, 2020 - TypeScript
React/Redux web interface for The Google URL Shortener
-
Updated
Aug 16, 2017 - 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
Apr 16, 2020 - JavaScript
-
Updated
Jun 1, 2018 - JavaScript
endremau
commented
Aug 22, 2019
It might be interesting to se who initiates most of the conversations between to people, so it should be added in the conversation creator.
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."
What is the expected behavior?
If I use
I would expect that a request to https://example.com would be checked against that route and that the logging would show that.
What is the actual behavior?
Nothing is logged to the console if the headers do not match the specified reqheader
This is confusing be