Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

karma-buster-assertions-plugin

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-buster-assertions-plugin

Karma plugin providing buster-assertions

  • 0.0.5
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

karma-buster-assertions-plugin

Alert! This project is migrating towards using referee, which is the new project which contains everything in buster-assertions, but as a separate module. This plugin will probably be renamed to reflect this change.

Really simple plugin for using Karma

Instalation

$ npm install karma-buster-assertion-plugin --save-dev

Add ``buster-assertions` as a framework:

frameworks: ['buster-assertions']

Then make sure you configure the karma-buster-assertions plugin.

plugins: [
	'karma-buster-assertions-plugin'
]

Viola, you can now enjoy the assertions awesomeness from Buster in the comfort of your very own Karma-runner!

...
var assert = buster.assertions.assert;
...
assert.isTrue(true)
...

Keywords

FAQs

Package last updated on 11 Nov 2013

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc