camunda/camunda-8-js-sdk

Run tests on transpiled code and test type surface

jwulf opened this issue · 1 comments

At the moment all tests are running on the TypeScript source. The package entry point and any misconfigurations in the transpilation are not tested. This means that a package can be released via automation that doesn't work (See #114).

To make sure that this doesn't happen, we need a test that transpiles the code and then runs a smoke test on it using the package entry point.

To make sure that the type surface area of the SDK is transpiled as expected, this tool looks like the go:

https://github.com/tsdjs/tsd