Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michalzalecki/react-test-jasmine-inject-loader
https://github.com/michalzalecki/react-test-jasmine-inject-loader
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/michalzalecki/react-test-jasmine-inject-loader
- Owner: MichalZalecki
- Created: 2016-02-09T01:42:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T18:35:49.000Z (almost 9 years ago)
- Last Synced: 2024-10-25T12:38:05.241Z (3 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-test-jasmine-inject-loader
When it comes to unit testing there is high possibility that you would like to mock some dependencies.
**inject-loader**
It's a webpack loader which allows you to require/import not module itself but its injector. I like that much! It's stable and easy to use.