パッケージの詳細

@hirez_io/karma-jasmine-given

hirezio3.1kMIT1.1.2

A karma plugin for loading @hirez_io/jasmine-given

jasmine, jasmine-given, jasmine-karma, karma

readme

@hirez_io/karma jasmine-given

A karma plugin for loading @hirez_io/jasmine-given

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

Installation

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

or

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

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

I rewrote it to save you the hassle of loading @hirez_io/jasmine-given'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-given'), // <-- ADD THIS
      require('karma-chrome-launcher')
      // other plugins you might have...
    ],

    frameworks: [
      '@hirez_io/jasmine-given', // <-- 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

更新履歴

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.2 (2022-07-25)

Bug Fixes

  • global: upgrade jest version to 28 (05b447f), closes #14

1.1.1 (2022-03-13)

Note: Version bump only for package @hirez_io/karma-jasmine-given

1.1.0 (2021-01-22)

Features

  • karma-jasmine-given: add [@hirez](https://github.com/hirez)_io/karma-jasmine-given as a karma framework (5414855), closes #1 #3

1.0.3 (2020-08-25)

Note: Version bump only for package @hirez_io/karma-jasmine-given

1.0.2 (2020-08-25)

Bug Fixes

  • global: fix npmignore files and tsconfig.json (b29a1ee)

1.0.1 (2020-08-18)

Note: Version bump only for package @hirez_io/karma-jasmine-given

1.0.0 (2020-08-18)

Features

1.0.0 (2020-08-18)

Features

1.0.0 (2020-08-15)

Features

BREAKING CHANGES

  • global: initial commit