@mfal As announced, this is something that I had difficulties with. In the current setup (Jest + ts-jest), oclif seems to have issues importing the concrete command files (which just hangs indefinitely, with the tests eventually timing out). I also tried other setups (like using Babel^1), but ran into other problems with those (for example, not processing the TSX files or difficulties with ESM imports).
@mfal As announced, this is something that I had difficulties with. In the current setup (Jest + ts-jest), oclif seems to have issues
import
ing the concrete command files (which just hangs indefinitely, with the tests eventually timing out). I also tried other setups (like using Babel^1), but ran into other problems with those (for example, not processing the TSX files or difficulties with ESM imports).Any thoughts?