This package has been deprecated

Author message:

module renamed to karam-referee

karma-buster-assertions-plugin

0.0.5 • Public • Published

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)
...

Readme

Keywords

none

Package Sidebar

Install

npm i karma-buster-assertions-plugin

Weekly Downloads

7

Version

0.0.5

License

none

Last publish

Collaborators

  • leftiefriele