Closed ildar-icoosoft closed 4 years ago
npm run test
tsdx test
doesn't run tsdx build
and therefore doesn't run Rollup. tsdx test
runs Jest.
tsdx.config.js
most certainly works, there are even integration tests for it. There are also plenty of working references to tsdx.config.js
, including the HOWTOs, which is a pinned issue.
@ildar-icoosoft you've made two issues that duplicate existing ones (one of which has like 9 duplicates already) and now this in short succession. That's not a good pattern I'm seeing from you so I feel like I have to very explicitly say this: Please recognize that issues aren't a support forum (including TSDX's issues) and most open-source maintainers are unpaid volunteers (including me), so please make sure to thoroughly check things on your side before reporting issues to open-source libraries. That means reading the docs, trying different options, and searching the issues and not resorting to reporting a new thing until you've done so.
Current Behavior
Expected behavior
I need to add rollup plugin
Your environment