https://github.com/davemo/td-replace-helper
https://github.com/davemo/td-replace-helper
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/davemo/td-replace-helper
- Owner: davemo
- Created: 2016-09-26T15:30:26.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T01:09:58.000Z (over 4 years ago)
- Last Synced: 2025-04-04T12:07:56.810Z (about 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# td-replace-helper
Intended to help with understanding how best to mock 3rd party dependencies using testdouble.js and `td.replace`; written for this Stack Overflow question:
http://stackoverflow.com/questions/39607969/mocha-test-mock-spy-imported-library-using-testdouble-js
```
npm install
npm test
```