Source: node-jest
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
 Xavier Guimard <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , help2man
 , node-babel7 (>= 7.8.3)
 , node-browserslist <!nocheck>
 , node-ci-info <!nocheck>
 , node-crypto-browserify <!nocheck>
 , node-emittery <!nocheck>
 , node-json-stable-stringify <!nocheck>
 , node-flow-remove-types <!nocheck>
 , node-glob (>= 7.1.1) <!nocheck>
 , node-mkdirp (>= 0.5.1) <!nocheck>
 , node-prompts <!nocheck>
 , node-read-pkg
 , node-sane <!nocheck>
 , node-rollup-plugin-babel
 , node-rollup-plugin-commonjs
 , node-rollup-plugin-json
 , node-rollup-plugin-node-resolve
 , node-rollup-plugin-typescript
 , node-strip-ansi (>= 4.0.0) <!nocheck>
 , rollup
 , webpack
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-jest
Vcs-Git: https://salsa.debian.org/js-team/node-jest.git
Homepage: https://jestjs.io
Rules-Requires-Root: no

Package: jest
Architecture: all
Depends:
 ${misc:Depends}
 , node-ansi-escapes
 , node-ansi-regex
 , node-ansi-styles
 , node-anymatch
 , node-babel-plugin-add-module-exports
 , node-babel7
 , node-camelcase
 , node-chalk
 , node-ci-info
 , node-co
 , node-convert-source-map
 , node-deepmerge
 , node-detect-newline
 , node-emittery
 , node-execa
 , node-exit
 , node-json-stable-stringify
 , node-glob
 , node-graceful-fs
 , node-has-flag
 , node-is-generator-fn
 , node-istanbul
 , node-jsdom
 , node-leven
 , node-merge-stream
 , node-micromatch
 , node-minimist
 , node-pkg-dir
 , node-prompts
 , node-react
 , node-read-pkg-up
 , node-resolve
 , node-resolve-cwd
 , node-rimraf
 , node-sane
 , node-semver
 , node-sinon
 , node-slash
 , node-source-map
 , node-source-map-support
 , node-stack-utils
 , node-strip-ansi
 , node-strip-bom
 , node-supports-color
 , node-typescript-types
 , node-which
 , node-write-file-atomic
 , node-yargs
 , nodejs
Provides:
 ${nodejs:Provides}
 , node-jest
Description: Delightful JavaScript Testing
 Some features of this testing framework are:
  * Easy Setup: Jest is a complete and easy to set up JavaScript testing
  solution. In fact, Jest works out of the box for any React project.
  * Instant Feedback: Failed tests run first. Fast interactive mode can switch
  between running all tests or only test files related to changed files.
  * Snapshot Testing: Jest can capture snapshots of React trees or other
  serializable values to simplify UI testing.
 .
 Node.js is an event-based server-side JavaScript engine.
