https://github.com/danvk/mocha-proxyquire-test
Minimal demo of using Mocha and Proxyquire for module mocking instead of Jest
https://github.com/danvk/mocha-proxyquire-test
Last synced: 10 months ago
JSON representation
Minimal demo of using Mocha and Proxyquire for module mocking instead of Jest
- Host: GitHub
- URL: https://github.com/danvk/mocha-proxyquire-test
- Owner: danvk
- License: apache-2.0
- Created: 2014-10-17T19:55:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-20T03:51:40.000Z (almost 12 years ago)
- Last Synced: 2025-01-16T10:04:34.974Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mocha-proxyquire-test
=====================
Minimal demo of using Mocha and Proxyquire for module mocking instead of Jest