Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

@hirez_io/karma-jasmine-single

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hirez_io/karma-jasmine-single

A karma plugin for loading @hirez_io/jasmine-single

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

@hirez_io/karma jasmine-single

A karma plugin for loading @hirez_io/jasmine-single

npm version npm downloads Build and optionally publish lerna Code of Conduct License: MIT All Contributors

Installation

yarn add -D @hirez_io/karma-jasmine-single

or

npm install -D @hirez_io/karma-jasmine-single

This plugin was inspired by karma-jasmine-single) which loads the original "jasmine-single".

I rewrote it to save you the hassle of loading @hirez_io/jasmine-single's script files yourself. 😎

Configuration

Here's how to modify your karma.conf.js:

// karma.conf.js

module.exports = function(config) {
  config.set({

    plugins: [
      require('karma-jasmine'),
      require('@hirez_io/karma-jasmine-single'), // <-- ADD THIS
      require('karma-chrome-launcher')
      // other plugins you might have...
    ],

    frameworks: [
      '@hirez_io/jasmine-single', // <-- ADD THIS
      'jasmine',
      // other frameworks...
    ],

    // ...

Want to contribute? Yayy! 🎉

Please read and follow our Contributing Guidelines to learn what are the right steps to take before contributing your time, effort and code.

Thanks 🙏


Code Of Conduct

Be kind to each other and please read our code of conduct.


Contributors ✨

Thanks goes to these wonderful people (emoji key):


Shai Reznik

💻 📖 🤔 🚇 🚧 🧑‍🏫 👀 ⚠️

This project follows the all-contributors specification. Contributions of any kind welcome!


License

MIT

Keywords

jasmine

FAQs

Package last updated on 25 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts