Currently affecting `ihex.RecordType`. A possible workaround might be to move the enum into its own file. Tests in ts-jest work with files configured that way: https://github.com/kulshekhar/ts-jest/tree/2852078d83cc58eed3986aa2e3e210cd5d306b23/e2e/__cases__/const-enum - https://github.com/kulshekhar/ts-jest/issues/281 - https://github.com/kulshekhar/ts-jest/issues/944 - https://github.com/kulshekhar/ts-jest/issues/962
Currently affecting
ihex.RecordType.A possible workaround might be to move the enum into its own file. Tests in ts-jest work with files configured that way: https://github.com/kulshekhar/ts-jest/tree/2852078d83cc58eed3986aa2e3e210cd5d306b23/e2e/__cases__/const-enum