Closed
Description
The default tsconfig here
vue-jest/lib/compilers/typescript-compiler.js
Lines 8 to 30 in 9cef21f
Will never be hit since loadSync
provides an empty set of defaults if no tsconfig.json
is found
Which means this condition is never falsy in any scenario
vue-jest/lib/compilers/typescript-compiler.js
Lines 39 to 43 in 9cef21f
We should probably swap that out for resolveSync
to see if we would have found a tsconfig.json
before attempting to load it if we want these defaults to be used.
Metadata
Metadata
Assignees
Labels
No labels