redux-thunk
redux-thunk copied to clipboard
Migrate type tests to Vitest
This PR:
- [X] Converts
typetest.ts
file extensions totest-d.ts
to be compatible with Vitest. - [X] Converts
expectType()
to eitherassertType()
orexpectTypeOf().toMatchTypeOf()
. - [X] Converts
expectExactType
toexpectTypeOf().toEqualTypeOf()
. - [X] Converts lone-blocks to
test
ordescribe
blocks.
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.