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

test: De-Typescriptify jest tests #328

Merged
merged 1 commit into from
Dec 3, 2023
Merged

Conversation

kateinoigakukun
Copy link
Member

@kateinoigakukun kateinoigakukun commented Dec 3, 2023

Jest with TS brings in a lot of dependencies and pain around transpilation even though types are not so much helpful in tests. This commit removes TS from jest test suites and makes them plain CommonJS.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Jest with TS brings in a lot of dependencies even though types are not
so much helpful in tests. This commit removes TS from jest test suites
and makes them plain CommonJS.
@kateinoigakukun kateinoigakukun marked this pull request as ready for review December 3, 2023 13:23
@kateinoigakukun kateinoigakukun merged commit d6c94b7 into main Dec 3, 2023
@kateinoigakukun kateinoigakukun deleted the katei/reduce-deps branch December 3, 2023 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant