mittwald / cli

The mittwald command-line interface
https://developer.mittwald.de/cli
MIT License
7 stars 0 forks source link

Re-enable integration tests #762

Open martin-helmich opened 2 months ago

martin-helmich commented 2 months ago

@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).

Any thoughts?