tsdx test does not pull in options from .babelrc #583
Labels
kind: bug
Something isn't working
kind: feature
New feature or request
solution: workaround available
There is a workaround available for this issue
version: minor
Increment the minor version when merged
Milestone
Current Behavior
Running
tsdx test
does not pull in options from.babelrc
.Run
yarn test
and the.babelrc
configuration is not respected.However, run
yarn run jest
and the.babelrc
configuration is respected.I have a repo that reproduces this: https://github.com/epicfaace/test-repro.
Your environment
The text was updated successfully, but these errors were encountered: