Source: node-mocha Maintainer: Debian Javascript Maintainers Uploaders: Yadd , Bastien Roucariès Section: javascript Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , help2man , node-babel7 , node-browser-stdout , node-chokidar , node-debug , node-diff , node-find-up , node-fs-extra , node-glob (>= 13~) , node-is-path-inside , node-is-unicode-supported , node-js-yaml , node-log4js , node-minimatch , node-ms , node-picocolors , node-rollup-plugin-babel , node-rollup-plugin-commonjs , node-rollup-plugin-node-resolve , node-rollup-plugin-terser , node-serialize-javascript , node-strip-json-comments , node-supports-color , node-typescript , rollup Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/js-team/node-mocha Vcs-Git: https://salsa.debian.org/js-team/node-mocha.git Homepage: https://mochajs.org Package: mocha Architecture: all Depends: ${misc:Depends} , node-browser-stdout , node-chokidar , node-debug , node-diff , node-find-up , node-glob (>= 13~) , node-is-path-inside , node-is-unicode-supported , node-js-yaml , node-minimatch , node-ms , node-picocolors , node-serialize-javascript , node-strip-json-comments , node-supports-color , nodejs:any (>= 20.19) Suggests: chai Breaks: node-typescript-types (<< 20201003-1~) Provides: ${nodejs:Provides} , node-mocha (= ${binary:Version}) Description: simple, flexible, fun test framework - Node.js module Mocha is a feature-rich JavaScript test framework running on Node.js and browser, making asynchronous testing simple and fun. . Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases. . Node.js is an event-based server-side JavaScript engine.