Closed agilgur5 closed 4 years ago
while the docs do say these are run fairly directly, recently folks seem to be particularly confused about how to configure Jest
jest.config.js
.eslintrc.js
package.json
tsdx test
also add links to "its own config" for each of the Babel, Jest, and ESLint subsections so people can look at the source quickly if they want
and specify the merge behavior for each, i.e. shallow or deep
To help with issues like #695 and https://github.com/jaredpalmer/tsdx/issues/692#issuecomment-616745580 as I guess it's not clear enough that you can do this already Also specifies merge behavior of Babel since #543 is a thing
while the docs do say these are run fairly directly, recently folks seem to be particularly confused about how to configure Jest
jest.config.js
and.eslintrc.js
to make that a bit more clearpackage.json
options as I think that should be implicitly implied enough nowtsdx test
flags are forwarded to Jestalso add links to "its own config" for each of the Babel, Jest, and ESLint subsections so people can look at the source quickly if they want
and specify the merge behavior for each, i.e. shallow or deep
To help with issues like #695 and https://github.com/jaredpalmer/tsdx/issues/692#issuecomment-616745580 as I guess it's not clear enough that you can do this already Also specifies merge behavior of Babel since #543 is a thing