|
1 |
| -# ts-jest |
| 1 | +# ts-jest [](https://badge.fury.io/js/ts-jest) [](https://npmjs.org/package/ts-jest) [](https://greenkeeper.io/) [](https://travis-ci.org/kulshekhar/ts-jest) [](https://ci.appveyor.com/project/kulshekhar/ts-jest/branch/master) |
2 | 2 |
|
3 |
| -[](https://badge.fury.io/js/ts-jest) |
4 |
| -[](https://npmjs.org/package/ts-jest) |
5 |
| -[](https://greenkeeper.io/) |
| 3 | +**Important note**: Before reporting any issue, be sure to check the [troubleshooting page](https://github.com/kulshekhar/ts-jest/wiki/Troubleshooting). |
6 | 4 |
|
7 |
| -[](https://travis-ci.org/kulshekhar/ts-jest) |
8 |
| -[](https://ci.appveyor.com/project/kulshekhar/ts-jest/branch/master) |
9 |
| - |
10 |
| -**Important note: When using React 16 with Node version 8, you might see wrong line numbers for errors originating from tsx files. There's [an issue with more details on this](https://github.com/kulshekhar/ts-jest/issues/334)** |
11 | 5 |
|
12 | 6 | > Note: Looking for collaborators. [Want to help improve ts-jest?](https://github.com/kulshekhar/ts-jest/issues/223)
|
13 | 7 |
|
14 |
| -ts-jest is a TypeScript preprocessor with source map support for Jest that lets you use Jest to test projects written in TypeScript. |
| 8 | +**ts-jest** is a TypeScript preprocessor with source map support for Jest that lets you use Jest to test projects written in TypeScript. |
15 | 9 |
|
16 | 10 | ## Table of Contents
|
17 | 11 | <!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
@@ -383,7 +377,6 @@ By default Jest ignores everything in `node_modules`. This setting prevents Jest
|
383 | 377 | ## Known Limitations
|
384 | 378 | ### Known limitations for TS compiler options
|
385 | 379 | - You can't use `"target": "ES6"` while using `node v4` in your test environment;
|
386 |
| -- You can't use `"jsx": "preserve"` for now (see [progress of this issue](https://github.com/kulshekhar/ts-jest/issues/63)); |
387 | 380 | - If you use `"baseUrl": "<path_to_your_sources>"`, you also have to change `jest config` a little bit (also check [Module path mapping](#module-path-mapping) section):
|
388 | 381 | ```json
|
389 | 382 | "jest": {
|
|
0 commit comments