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

Migrate type tests to Vitest #697

Open
wants to merge 59 commits into
base: master
Choose a base branch
from

Conversation

aryaemami59
Copy link
Contributor

This PR:

  • Converts typetest.ts file extensions to test-d.ts to be compatible with Vitest.
  • Converts expectType() to either assertType() or expectTypeOf().toMatchTypeOf().
  • Converts expectExactType to expectTypeOf().toEqualTypeOf().
  • Converts lone-blocks to test or describe blocks.

Copy link

netlify bot commented Feb 8, 2024

Deploy Preview for reselect-docs canceled.

Name Link
🔨 Latest commit 9ed941a
🔍 Latest deploy log https://app.netlify.com/sites/reselect-docs/deploys/677cbac14fc930000822d89f

Copy link

codesandbox-ci bot commented Feb 8, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@aryaemami59 aryaemami59 marked this pull request as ready for review February 24, 2024 12:04
@aryaemami59 aryaemami59 force-pushed the migrate-typetests-to-vitest branch 2 times, most recently from ef6c07f to b44c7e5 Compare May 7, 2024 16:28
@aryaemami59 aryaemami59 marked this pull request as draft May 10, 2024 19:22
@aryaemami59 aryaemami59 marked this pull request as ready for review June 1, 2024 02:30
@aryaemami59 aryaemami59 force-pushed the migrate-typetests-to-vitest branch 2 times, most recently from 492bf78 to f5ffebb Compare June 21, 2024 09:47
@aryaemami59 aryaemami59 force-pushed the migrate-typetests-to-vitest branch 3 times, most recently from 78c3325 to d7a07ff Compare August 10, 2024 15:47
@aryaemami59 aryaemami59 force-pushed the migrate-typetests-to-vitest branch from 282544d to d7a07ff Compare August 21, 2024 00:12
@aryaemami59 aryaemami59 force-pushed the migrate-typetests-to-vitest branch 17 times, most recently from 0c7a1ed to d6435a4 Compare September 17, 2024 08:11
@aryaemami59 aryaemami59 force-pushed the migrate-typetests-to-vitest branch 4 times, most recently from a9f36b7 to 1d6ff8d Compare October 3, 2024 02:57
@aryaemami59 aryaemami59 force-pushed the migrate-typetests-to-vitest branch 2 times, most recently from d64095b to 814cafa Compare October 15, 2024 03:53
@aryaemami59 aryaemami59 force-pushed the migrate-typetests-to-vitest branch 2 times, most recently from 7c47f3d to fe1421a Compare October 22, 2024 00:27
@aryaemami59 aryaemami59 force-pushed the migrate-typetests-to-vitest branch from fe1421a to bacd5d0 Compare October 26, 2024 12:10
@aryaemami59 aryaemami59 force-pushed the migrate-typetests-to-vitest branch 2 times, most recently from 634c5d5 to 6fb22e9 Compare November 11, 2024 23:10
@aryaemami59 aryaemami59 force-pushed the migrate-typetests-to-vitest branch from 6fb22e9 to a1804e0 Compare November 13, 2024 19:32
@aryaemami59 aryaemami59 force-pushed the migrate-typetests-to-vitest branch from a1804e0 to 17bf2ef Compare December 3, 2024 11:22
@aryaemami59 aryaemami59 force-pushed the migrate-typetests-to-vitest branch 2 times, most recently from 1310c49 to ed588b3 Compare December 31, 2024 01:51
@aryaemami59 aryaemami59 force-pushed the migrate-typetests-to-vitest branch from ed588b3 to 57f2cb0 Compare December 31, 2024 02:07
@aryaemami59 aryaemami59 force-pushed the migrate-typetests-to-vitest branch from 57f2cb0 to 9ed941a Compare January 7, 2025 05:25
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.

1 participant