Reply to 1344374582283808768
@wolframkriesing I started to look into converting a bigger project to pure ESM and ran into the same issue. All runners I looked at (jest, tape) had some issue, so I wrote a simple runner myself: https://github.com/bifravst/aws/blob/use-esm/tests.ts
Tests are written as plain TS files (no globals).
Response: 1349776946868203526