jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.28k stars 507 forks source link

(fix): @types/jest should be a dep, not a devDep #672

Closed agilgur5 closed 4 years ago

agilgur5 commented 4 years ago

Fixes #633 . @types/jest was added to the templates in one of the first commits in 9010ecbda5121. Per the issue, @types/jest was added as a devDep in #146 when the first TS test was added (makes sense) and @types/shelljs was added as a dep in #244

agilgur5 commented 4 years ago

ts-jest recently added @types/jest as a dep: https://github.com/kulshekhar/ts-jest/issues/1859