-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using ts-jest together with ts-transformer-keys #303
Comments
A quick look tells me that ts-transformer-keys can be imported and used like any other javascript package. If this understanding is correct then there's no reason for this to not work. It will be treated and processed like any other javascript package. Does that answer the question? |
@golddranks is talking about custom transformers, which (currently) can only be used when accessing the compiler API directly. The docs of this one illustrate this: https://github.com/kimamula/ts-transformer-keys#how-to-use-the-custom-transformer In case of the |
I'm closing this due to inactivity - it doesn't seem like something we'd support in the near future. |
Is it possible to use ts-jest together with custom transformers such as ts-transformer-keys? I'd like to do assertions of my data types in my tests to ensure that they are up to date with some backend data types. That's why I'd like to use ts-transformer-keys together with Jest. Is there any reasonable way to do it?
The text was updated successfully, but these errors were encountered: