Letter N

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

Website: https://github.com/shouldjs/should.js
License: MIT
Vendor: Alcance Libre, Inc.
Description:
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.

Packages

nodejs-should-8.4.0-9.fc14.al.src [82 KiB] Changelog by Fedora Release Engineering (2020-01-29):
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

Listing created by Repoview-0.6.6-6.fc14.al