Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixjung/karma-webpack-testing
A minimum example of using webpack as a pre-processor for Karma.
https://github.com/felixjung/karma-webpack-testing
Last synced: 8 days ago
JSON representation
A minimum example of using webpack as a pre-processor for Karma.
- Host: GitHub
- URL: https://github.com/felixjung/karma-webpack-testing
- Owner: felixjung
- Created: 2015-10-28T17:22:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-28T17:30:07.000Z (about 9 years ago)
- Last Synced: 2023-06-05T09:20:16.806Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Karma Webpack Testing
This is a minimum working example of using [webpack](http://webpack.github.io/) as a pre-processor when testing with
[karma](http://karma-runner.github.io/0.13/index.html).I was having issues when setting up karma testing for a larger project relying
on webpack. Specifically, dependencies of my tests when [resolving with module
paths](https://webpack.github.io/docs/resolving.html) did not work.I set up this minimal working example to better understand where the problems
might stem from.