Skip to content

Commit

Permalink
chore(transformer): only do type checking for js/jsx/ts/tsx file (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Mar 30, 2020
1 parent 58b05b1 commit 8b5325e
Show file tree
Hide file tree
Showing 19 changed files with 2,716 additions and 3,124 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# ts-jest [![npm version](https://badge.fury.io/js/ts-jest.svg)](https://badge.fury.io/js/ts-jest) [![NPM downloads](https://img.shields.io/npm/dm/ts-jest.svg?style=flat)](https://npmjs.org/package/ts-jest) [![Known Vulnerabilities](https://snyk.io/test/github/kulshekhar/ts-jest/badge.svg)](https://snyk.io/test/github/kulshekhar/ts-jest) [![Coverage Status](https://coveralls.io/repos/github/kulshekhar/ts-jest/badge.svg?branch=master)](https://coveralls.io/github/kulshekhar/ts-jest?branch=master) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=kulshekhar/ts-jest)](https://dependabot.com) [![Build Status for linux](https://travis-ci.com/kulshekhar/ts-jest.svg?branch=master)](https://travis-ci.com/kulshekhar/ts-jest) [![Build Status for Windows](https://ci.appveyor.com/api/projects/status/g8tt9qd7usv0tolb/branch/master?svg=true)](https://ci.appveyor.com/project/kulshekhar/ts-jest/branch/master)
# ts-jest [![npm version](https://badge.fury.io/js/ts-jest.svg)](https://badge.fury.io/js/ts-jest) [![NPM downloads](https://img.shields.io/npm/dm/ts-jest.svg?style=flat)](https://npmjs.org/package/ts-jest) [![Known Vulnerabilities](https://snyk.io/test/github/kulshekhar/ts-jest/badge.svg)](https://snyk.io/test/github/kulshekhar/ts-jest) [![Coverage Status](https://coveralls.io/repos/github/kulshekhar/ts-jest/badge.svg?branch=master)](https://coveralls.io/github/kulshekhar/ts-jest?branch=master) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=kulshekhar/ts-jest)](https://dependabot.com) [![Build Status](https://travis-ci.com/kulshekhar/ts-jest.svg?branch=master)](https://travis-ci.com/kulshekhar/ts-jest)

<img src="./icon.png" align="right" title="ts-jest Logo" width="128" height="128">

Expand Down
1,141 changes: 515 additions & 626 deletions e2e/__templates__/default/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions e2e/__templates__/default/package.json
Expand Up @@ -4,8 +4,8 @@
"private": true,
"devDependencies": {
"@types/jest": "25.1.4",
"@types/node": "12.12.30",
"jest": "25.1.0",
"@types/node": "12.12.32",
"jest": "25.2.3",
"typescript": "3.8.3"
},
"wantedDependencies": {
Expand Down
1,090 changes: 510 additions & 580 deletions e2e/__templates__/with-babel-7-string-config/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions e2e/__templates__/with-babel-7-string-config/package.json
Expand Up @@ -3,11 +3,11 @@
"version": "0.0.0-tmpl.0",
"private": true,
"devDependencies": {
"@babel/core": "7.8.7",
"@babel/core": "7.9.0",
"@types/jest": "25.1.4",
"@types/node": "12.12.30",
"babel-jest": "25.1.0",
"jest": "25.1.0",
"@types/node": "12.12.32",
"babel-jest": "25.2.3",
"jest": "25.2.3",
"typescript": "3.8.3"
},
"wantedDependencies": {
Expand Down

0 comments on commit 8b5325e

Please sign in to comment.