Name: | nodejs-should |
---|---|
Version: | 3.3.1 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | System Environment/Libraries |
Size: | 132185 |
License: | MIT |
RPM: | nodejs-should-3.3.1-1.el7.noarch.rpm |
Source RPM: | nodejs-should-3.3.1-1.el7.src.rpm |
Build Date: | Tue Oct 31 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/visionmedia/should.js |
Summary: | A test framework agnostic BDD-style assertions for Node.js |
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. |
- update to upstream release 3.3.1
- update to upstream release 3.1.3
- restrict to compatible arches
- rebuild for missing npm(should) provides on EL6
- update to upstream release 1.2.2 - fix typo in description
- initial package