Source: node-ist Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Emfox Zhou Build-Depends: debhelper-compat (= 14) , dh-sequence-nodejs , dh-sequence-single-binary Standards-Version: 4.7.4 Homepage: https://github.com/marijnh/ist Vcs-Git: https://salsa.debian.org/js-team/node-ist.git Vcs-Browser: https://salsa.debian.org/js-team/node-ist Testsuite: autopkgtest-pkg-nodejs Package: node-ist Architecture: all Description: mini assertion library ist is a small assertion library in the same space as "assert", but with a much shorter syntax: it exports a single function that compares two values using an operator (or a predicate) given by name or as a function, and throws a Failure error describing the failed comparison. . It also provides ist.throws to assert that a function throws a matching error, and is used as the test helper of most ProseMirror modules. . Node.js is an event-based server-side JavaScript engine.