Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michalzalecki/react-test-jasmine-webpack-rewire
https://github.com/michalzalecki/react-test-jasmine-webpack-rewire
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/michalzalecki/react-test-jasmine-webpack-rewire
- Owner: MichalZalecki
- Created: 2016-02-07T18:07:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T18:30:21.000Z (almost 9 years ago)
- Last Synced: 2024-10-25T12:38:05.133Z (3 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-test-jasmine-webpack-rewire
When it comes to unit testing there is high possibility that you would like to mock some dependencies.
**rewire-webpack**
It's a wepack plugin which enables you to use rewire.js with webpack. It's stable although syntax is cumbersome and you have to require rewire inside a test case.