k6-template-es6
k6-template-es6 copied to clipboard
Transpile to ES modules (instead of CommonJS)
According to https://github.com/grafana/k6-docs/issues/794, bundling k6 tests in CommonJS currently offers no significant benefit.
Then, for simplicity, this project should transpile to ES modules.
Related request: https://github.com/grafana/k6-template-typescript/issues/45