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

chore: run jest tests on compiled sources #200

Merged
merged 1 commit into from
Jan 10, 2025
Merged

chore: run jest tests on compiled sources #200

merged 1 commit into from
Jan 10, 2025

Conversation

kormide
Copy link
Collaborator

@kormide kormide commented Jan 10, 2025

Transpile typescript to a build folder and run jest against the outputted javascript rather than using ts-jest and ts-node to do it on the fly. This is a prefactor for migrating this repo to bazel which will compile then run tests in a similar fashion using rules_ts and rules_jest.

@kormide kormide marked this pull request as ready for review January 10, 2025 02:38
@kormide kormide requested a review from alexeagle January 10, 2025 02:38
@kormide kormide merged commit d4eb8b0 into main Jan 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants