Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Write Tests in TypeScript #135

Merged
merged 5 commits into from
Feb 18, 2024
Merged

Write Tests in TypeScript #135

merged 5 commits into from
Feb 18, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented Feb 18, 2024

This pull request resolves #134 by introducing the following changes:

  • Modifies test files to use TypeScript, effectively adding ts-jest to the dependency and configuring Jest accordingly.
  • Modifies the TypeScript configuration to enable the esModuleInterop option and exclude the test files.
  • Removes configuration for Jest env and JavaScript files in the .eslintrc.json file.

@threeal threeal self-assigned this Feb 18, 2024
@threeal threeal added the test label Feb 18, 2024
@threeal threeal added this to the Version 1.1.0 milestone Feb 18, 2024
@threeal threeal marked this pull request as ready for review February 18, 2024 11:13
@threeal threeal merged commit 5a6f00d into main Feb 18, 2024
7 checks passed
@threeal threeal deleted the test-in-typescript branch February 18, 2024 11:13
@threeal threeal added the build label Feb 18, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write Tests in TypeScript
1 participant