Fedora Packages

nodejs-should

A test framework agnostic BDD-style assertions for Node.js

should is an expressive, readable, test framework agnostic, behavior-driven development (BDD)-style assertion library for Node.js. It extends the Object prototype with a single non-enumerable getter that allows you to express how that object should behave. should literally extends Node's assert module. For example, should.equal(str, 'foo') will work, just as assert.equal(str, 'foo') would, and should.AssertionError is assert.AssertionError, meaning any test framework supporting this constructor will function properly with should.

Releases Overview

Release Stable Testing
EPEL 7 3.3.1-1.el7 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at nodejs-should dash maintainers at fedoraproject dot org.



Sources on Pagure