Source: node-ts-jest Maintainer: Debian Javascript Maintainers Uploaders: Yadd Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs (>= 0.9.61) , help2man , jest (>= 29) , node-ansi-regex , node-ansi-styles , node-babel7 , node-base , node-braces , node-chalk , node-color-convert , node-color-name , node-convert-source-map , node-debug , node-esbuild , node-escape-string-regexp , node-esutils , node-fast-json-stable-stringify , node-fill-range , node-fs-extra , node-has-flag , node-is-number , node-istanbul , node-js-yaml , node-json-stable-stringify , node-json5 , node-lodash , node-make-error , node-mkdirp , node-react , node-semver , node-types-babel-core , node-types-lodash , node-types-react , node-typescript , node-yargs , node-yargs-parser Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/js-team/node-ts-jest Vcs-Git: https://salsa.debian.org/js-team/node-ts-jest.git Homepage: https://kulshekhar.github.io/ts-jest Rules-Requires-Root: no Package: ts-jest Architecture: all Depends: ${misc:Depends} , jest (>= 29) , node-fast-json-stable-stringify , node-json5 , node-lodash-packages , node-make-error , node-mkdirp , node-semver , node-typescript , node-yargs-parser , nodejs:any (>= 14) Suggests: node-esbuild Provides: ${nodejs:Provides} Description: TypeScript preprocessor with source map support for Jest Jest is a popular test framework for JavaScript projects. ts-jest extends jest to test projects written in Typescript. . It supports all features of TypeScript including type-checking.