redux-thunk icon indicating copy to clipboard operation
redux-thunk copied to clipboard

Migrate type tests to Vitest

Open aryaemami59 opened this issue 1 year ago • 1 comments

This PR:

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

aryaemami59 avatar Feb 24 '24 03:02 aryaemami59

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.

codesandbox-ci[bot] avatar Feb 24 '24 03:02 codesandbox-ci[bot]