JSPM

karma-jasmine-loud

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q30206F
  • License MIT

Karma plugin for Jasmine matchers for Loud, web accessibility testing helper

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 Build Status Coverage Status Code Climate

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']
    });
};