0.4.2 • Published 11 years ago

karma-referee v0.4.2

Weekly downloads
43
License
-
Repository
github
Last release
11 years ago

karma-referee

Build Status Dependency Status devDependency Status

NPM

This project enables you to use Referee (previously known as buster-assertions) as part of your tests running on Karma-runner.

Installation

$ npm install karma-referee --save-dev

Add refere as a framework:

frameworks: ['referee']

Then make sure you configure the karma-referee plugin.

plugins: [
	'karma-referee'
]

Viola, you can now enjoy referee's assertion awesomeness from the comfort of your very own Karma-runner!

Overview

In addition to referee, the plugin also exposes the features in the referee-sinon module, which provides sinon-specific assertions such as assert.calledOnce and others. Formatio is also used to pretty-print error messages from Referee and Sinon.

The plugin expose the assert, refute and expect objects on window.

Contributors

0.4.2

11 years ago

0.4.1

11 years ago

0.4.0

11 years ago

0.3.0

11 years ago

0.2.0

12 years ago

0.1.0

12 years ago