node-chai 4.3.6~ds1+~cs9.7.12-2 source package in Ubuntu

Changelog

node-chai (4.3.6~ds1+~cs9.7.12-2) unstable; urgency=medium

  * Team upload
  * Explicitly declare registers (Closes: #1005538)

 -- Yadd <email address hidden>  Sun, 13 Feb 2022 12:27:42 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-chai_4.3.6~ds1+~cs9.7.12-2.dsc 3.7 KiB b96cd9c5ed371d847a6b1625b9da57ccdcc46fef022cedc89266dce178451381
node-chai_4.3.6~ds1+~cs9.7.12.orig-chai-exclude.tar.xz 44.9 KiB 89e91368f5ca20d595823cdda3cf8620d59689814f95dbd0a323a05b50d641b0
node-chai_4.3.6~ds1+~cs9.7.12.orig-fclone.tar.xz 4.9 KiB f68cfc416e2e5e491d3256430e54567516d89d94049e16d147123c83827040e7
node-chai_4.3.6~ds1+~cs9.7.12.orig-loupe.tar.xz 112.4 KiB ab9838fa7439d028dab8ff0df1a3d02bd6c5d63626c60372ad9245f2ad35a1c5
node-chai_4.3.6~ds1+~cs9.7.12.orig-types-chai.tar.xz 8.0 KiB e5417c0d9aaec298936897f023db1335db624a3bb3aa19e03eb1bdf578beb069
node-chai_4.3.6~ds1+~cs9.7.12.orig.tar.xz 141.4 KiB a1b6f3d47857fd80fa15e53ab606371c4be347b670de5045072af5bc13f1e392
node-chai_4.3.6~ds1+~cs9.7.12-2.debian.tar.xz 6.5 KiB bb1411a011e4f230010b66dc7bb64dd80c1f03946ff3ed087475d36d6f3b4c7e

No changes file available.

Binary packages built by this source

chai: assertion library for Node.js

 Chai is a BDD / TDD assertion library for Node.js and the
 browser that can be delightfully paired with any javascript testing framework.
 This library is test framework agnostic.
 .
 Test-driven development (TDD) is a software development process that relies
 on the repetition of a very short development cycle: requirements
 are turned into very specific test cases, then the software is improved
 to pass the new tests
 .
 BDD of Behavior-Driven Development is an extension of test-driven
 development that makes use of a simple, domain-specific scripting
 language (DSL). These DSLs convert structured natural language statements
 into executable tests.
 .
 Node.js is an event-based server-side JavaScript engine.

libjs-chai: assertion library for the browser

 Chai is a BDD / TDD assertion library for Node.js and the
 browser that can be delightfully paired with any javascript testing framework.
 This library is test framework agnostic.
 .
 Test-driven development (TDD) is a software development process that relies
 on the repetition of a very short development cycle: requirements
 are turned into very specific test cases, then the software is improved
 to pass the new tests
 .
 BDD of Behavior-Driven Development is an extension of test-driven
 development that makes use of a simple, domain-specific scripting
 language (DSL). These DSLs convert structured natural language statements
 into executable tests.
 .
 This package includes the browser specific files.