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

Changelog

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

  * Team upload
  * Explicitely export registers also for .mjs (Closes: #1008140)

 -- Yadd <email address hidden>  Wed, 23 Mar 2022 09:15:31 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-chai_4.3.6~ds1+~cs9.7.12-3.dsc 3.7 KiB 3004aad5117eb75d278c44459f954b51c2c0d254758c22b61252333c9afde1e3
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-3.debian.tar.xz 6.6 KiB 533d2ac648978fe05c78fa37c8de7433f44d2df5ee5bd9795f29bfaf5d6ef3b6

No changes file available.

Binary packages built by this source

chai: No summary available for chai in ubuntu kinetic.

No description available for chai in ubuntu kinetic.

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.