Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.