-
|
hi, |
Beta Was this translation helpful? Give feedback.
Answered by
ahnpnl
Nov 20, 2021
Replies: 1 comment 1 reply
-
|
tsc is a TypeScript command. If you use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
k-rajat19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ts-jestis a Jest transformer which uses TypeScript compiler API to compiletstojson the fly which Jest can use to run.tsc is a TypeScript command. If you use
tsc, you will need to point Jest to run against the compiled output whilets-jestautomatically gives Jest what Jest needs.