Package Exports
- karma-jasmine-loud
- karma-jasmine-loud/index.js
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-jasmine-loud) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
karma-jasmine-loud

Karma plugin for Jasmine matchers for Loud, web accessibility testing helper
Getting Started
npm install karma karma-jasmine jasmine-core jasmine-loud loud karma-jasmine-loud --save-dev/* karma.conf.js */
module.exports = function(config) {
config.set({
frameworks: ['jasmine-loud']
});
};