Open aryaemami59 opened 8 months ago
Name | Link |
---|---|
Latest commit | bacd5d0d8cfd04fdd9601538e1a79c769baf04fd |
Latest deploy log | https://app.netlify.com/sites/reselect-docs/deploys/671cdc46c8ee4500087af273 |
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.
This PR:
typetest.ts
file extensions totest-d.ts
to be compatible with Vitest.expectType()
to eitherassertType()
orexpectTypeOf().toMatchTypeOf()
.expectExactType
toexpectTypeOf().toEqualTypeOf()
.test
ordescribe
blocks.