Skip to content

Releases: kulshekhar/ts-jest

21.2.2

12 Nov 15:27
36875a4
Compare
Choose a tag to compare
v21.2.2

Merge pull request #370 from GoodForOneFare/fix-commonjs-transform-as…

21.2.1

08 Nov 07:35
c7e917d
Compare
Choose a tag to compare

Revert breaking changes from 21.2.0

21.2.0

08 Nov 04:00
ce41e53
Compare
Choose a tag to compare

Enable using "ts-jest" package name directly (#363):

  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },

21.1.4

27 Oct 07:53
Compare
Choose a tag to compare
Merge pull request #354 from richsilv/fix-missing-plugins

Fix postprocess bug when babel config is supplied with no plugins

21.1.3

17 Oct 14:24
Compare
Choose a tag to compare
Merge pull request #348 from Bnaya/start-dir-cwd

Set the start dir of looking for tsconfig to process.cwd()

21.1.2

10 Oct 05:45
Compare
Choose a tag to compare
Merge pull request #344 from misantronic/master

fix: add startDir to if-clause

Closes #343

21.1.1

09 Oct 10:31
Compare
Choose a tag to compare
Merge pull request #342 from kulshekhar/fix-238

Find tsconfig.json by traversing up

21.1.0

05 Oct 16:29
Compare
Choose a tag to compare
  • Using Jest ^21.1.0

IMPORTANT NOTE: When using React 16 with Node version 8, you might see wrong line numbers for errors originating from tsx files. See #334

21.0.1

14 Sep 10:31
Compare
Choose a tag to compare

Allow the user to pass a jest.globals.babelConfig option (#287)

21.0.0

05 Sep 06:00
Compare
Choose a tag to compare

Upgrade to Jest v21

Users can also use prerelease versions of jest in the 21.1.0 and 22.0.0 range (at their own risk)