Skip to content

Commit 9e61969

Browse files
authoredAug 2, 2018
Merge pull request #626 from huafu/feature/upgrade-babel-and-fix-tsconfig
upgrade deps - coverage, caching and source-mapping fixes, ...
2 parents c67ba4d + ef21f50 commit 9e61969

File tree

94 files changed

+1887
-1485
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+1887
-1485
lines changed
 

‎.github/ISSUE_TEMPLATE

-24
This file was deleted.

‎.github/ISSUE_TEMPLATE.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!-- First of all, check the troubleshooting wiki page for common issues at:
2+
https://github.com/kulshekhar/ts-jest/wiki/Troubleshooting -->
3+
4+
## Issue <!-- describe the issue below -->:
5+
6+
7+
## Expected behavior <!-- describe the expected behavior below -->:
8+
9+
10+
## Output from debug log <!-- You can activate the debug logger by setting the environment variable TS_JEST_DEBUG="true" before running yarn test. The output of the logger will be in **<your_project_dir>/node_modules/ts-jest/debug.txt**, paste it below -->:
11+
```bash
12+
# content of debug.txt :
13+
14+
```
15+
16+
17+
## Minimal repo <!-- If you haven't already, create the smallest possible repo that reproduces this issue by running `npm install` and `npm test`. This will speed up any fixes that this issue might need. Paste the minimal repo URL below -->:
18+
19+
20+
<!-- Optional (but highly recommended): Configure Travis (or your favorite system) with the minimal repo. This allows potential solutions to be tested against the minimal repo. This saves everyone time and avoids a lot of back and forth. -->

0 commit comments

Comments
 (0)
Please sign in to comment.