27.4.10 • Published 2 years ago

@adaliszk/typescript-jest v27.4.10

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

Meta-Package for testing Typescript with Jest

Provides

  • @testdeck/jest
  • jest & ts-jest
  • chai

Usage

  • Install the package yarn add -D @adaliszk/typescript-jest
  • Add a jest config with:
    {
      "rootDir": ".",
      "testRegex": ".(spec|test).ts$",
      "transform": {
        ".*\\.ts$": "ts-jest"
      },
      "testEnvironment": "node",
      "preset": "ts-jest"
    }
  • Add a script to run jest:
    "test": "jest"

Furthermore, this package is a facade for the provided packages where each export is available on the default output, or you can use them as namespace like testdeck and chai.

Versioning

Since this is a meta-package, the versioning reflect its main provided package, in this case jest. However, only the Major and Minor versions are kept in sync. The Patch is used to bump the meta-package.

27.4.10

2 years ago

27.4.9

2 years ago

27.4.8

2 years ago

27.4.7

2 years ago

27.4.6

2 years ago

27.4.5

2 years ago

27.4.3

2 years ago

27.4.2

2 years ago

27.4.1

2 years ago

27.4.0

2 years ago