Skip to content
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

[FR]: Support TypeScript for Jest Config Files #229

Open
jestapinski opened this issue Jan 24, 2024 · 1 comment
Open

[FR]: Support TypeScript for Jest Config Files #229

jestapinski opened this issue Jan 24, 2024 · 1 comment
Labels
enhancement New feature or request untriaged Requires traige

Comments

@jestapinski
Copy link

What is the current behavior?

Only supports these extensions

Describe the feature

We have a jest.config.ts we would like to use with rules_jest. This is currently not supported as it is not one of these extensions

@jestapinski jestapinski added the enhancement New feature or request label Jan 24, 2024
@github-actions github-actions bot added the untriaged Requires traige label Jan 24, 2024
@jbedard
Copy link
Member

jbedard commented Jan 24, 2024

Are these supported with pure jest or is a ts plugin required? Normally you'd want to compile your .ts with its own target so it has type-checking, caching of the ts compilation etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged Requires traige
Projects
Status: No status
Development

No branches or pull requests

2 participants