You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[<imgsrc="./docs/assets/img/documentation.png"align="left"height="24"> View the online documentation (usage & technical)](https://kulshekhar.github.io/ts-jest)
15
16
@@ -27,33 +28,37 @@ It supports all features of TypeScript including type-checking. [Read more about
27
28
28
29
These instructions will get you setup to use `ts-jest` in your project. For more detailed documentation, please check [online documentation](https://kulshekhar.github.io/ts-jest).
29
30
30
-
|| using npm | using yarn |
31
-
|---:|---|---|
32
-
|**Prerequisites**|`npm i -D jest typescript`|`yarn add --dev jest typescript`|
33
-
|**Installing**|`npm i -D ts-jest @types/jest`|`yarn add --dev ts-jest @types/jest`|
-[`ts-jest`](https://kulshekhar.github.io/ts-jest) - Jest processor for TypeScript _(yes, `ts-jest` uses itself for its tests)_
42
43
43
44
## Contributing
44
45
45
46
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
46
47
48
+
## Troubleshooting
49
+
50
+
Please read [TROUBLESHOOTING.md](TROUBLESHOOTING.md) for problems may arise when you're using ts-jest.
51
+
47
52
## Versioning
48
53
49
54
We **DO NOT** use [SemVer](http://semver.org/) for versioning. Though you can think about SemVer when reading our version, except our major number follows the one of Jest. For the versions available, see the [tags on this repository](https://github.com/kulshekhar/ts-jest/tags).
0 commit comments