Skip to content

Simplify Tests#24

Merged
threeal merged 3 commits intomainfrom
simplify-tests
Aug 19, 2024
Merged

Simplify Tests#24
threeal merged 3 commits intomainfrom
simplify-tests

Conversation

@threeal
Copy link
Owner

@threeal threeal commented Aug 18, 2024

This pull request resolves #23 by simplifying the tests in the project as follows:

  • Disables the @typescript-eslint/no-explicit-any rule in test files.
  • Refactors module mocking in the cache.test.ts file.
  • Introduces a new mocked request and response object in the api.test.ts file, replacing the need for real HTTPS server creation.

@threeal threeal added the test label Aug 18, 2024
@threeal threeal added this to the Version 1.0.0 milestone Aug 18, 2024
@threeal threeal self-assigned this Aug 18, 2024
@threeal threeal marked this pull request as ready for review August 18, 2024 16:25
@threeal threeal merged commit de1eb70 into main Aug 19, 2024
@threeal threeal deleted the simplify-tests branch August 19, 2024 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Simplify Tests

1 participant