Package Exports
- karma-requirejs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (karma-requirejs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
karma-requirejs 
Adapter for the RequireJS framework.
This plugin ships with Karma by default, so you don't need to install it.
Check out examples on how to configure RequireJS with Karma:
- Karma's e2e test https://github.com/karma-runner/karma/tree/master/test/e2e/requirejs
- Karma's docs http://karma-runner.github.io/0.8/plus/RequireJS.html
- Kim's example project https://github.com/kjbekkelund/karma-requirejs
For more information on Karma see the homepage.